Base:
property
Text
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxToken.Text
2 references to Text
Microsoft.CodeAnalysis.CSharp (2)
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (2)
56
return new SyntaxIdentifier(this.
Text
, diagnostics, this.GetAnnotations());
61
return new SyntaxIdentifier(this.
Text
, this.GetDiagnostics(), annotations);