Share via


SourceLocationTracker Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides a source location tracker.

public class SourceLocationTracker
type SourceLocationTracker = class
Public Class SourceLocationTracker
Inheritance
SourceLocationTracker

Constructors

SourceLocationTracker()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

SourceLocationTracker(SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

Properties

CurrentLocation

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current location of the source.

Methods

CalculateNewLocation(SourceLocation, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Calculates the new location of the source.

UpdateLocation(Char, Char)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the source location.

UpdateLocation(String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the location of the source.

Applies to