IdentifierReferences Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that allows to walk the syntax tree and find all locations where a certain identifier occurs. If a set of source file names is given on initialization, the search is limited to callables and specializations in those files.
public class IdentifierReferences : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.IdentifierReferences.TransformationState>
type IdentifierReferences = class
inherit SyntaxTreeTransformation<IdentifierReferences.TransformationState>
Public Class IdentifierReferences
Inherits SyntaxTreeTransformation(Of IdentifierReferences.TransformationState)
- Inheritance
Constructors
| IdentifierReferences(IdentifierReferences+TransformationState) | |
| IdentifierReferences(QsQualifiedName, QsLocation, IImmutableSet<String>) | |
| IdentifierReferences(String, QsLocation, IImmutableSet<String>) |
Properties
| ExpressionKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Expressions | (Inherited from SyntaxTreeTransformation<T>) |
| Namespaces | (Inherited from SyntaxTreeTransformation<T>) |
| SharedState | (Inherited from SyntaxTreeTransformation<T>) |
| StatementKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Statements | (Inherited from SyntaxTreeTransformation<T>) |
| Types | (Inherited from SyntaxTreeTransformation<T>) |