Class SyntaxReference
Represents a syntax node or a syntax token.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class SyntaxReference : ValueType
Properties
Name | Description |
---|---|
DiagnosticLocation | Gets the location of the node. |
Kind | Gets the |
NodeOrToken | Gets the Roslyn |
Methods
Name | Description |
---|---|
ToString() | Gets the content of the node or token (without trivia). |