IdentifierReferences.TransformationState Class

Definition

Class used to track the internal state for a transformation that finds all locations where a certain identifier occurs. If no source file is specified prior to transformation, its name is set to the empty string. The DeclarationOffset needs to be set prior to transformation, and in particular after defining a source file. If no defaultOffset is specified upon initialization then only the locations of occurrences within statements are logged.

public class IdentifierReferences.TransformationState
type IdentifierReferences.TransformationState = class
Public Class IdentifierReferences.TransformationState
Inheritance
IdentifierReferences.TransformationState

Properties

DeclarationLocation
DeclarationOffset
Locations
Source

Applies to