4 references to SyntaxToken
Microsoft.CodeAnalysis.CSharp (4)
Syntax\InternalSyntax\SyntaxToken.cs (2)
365
return new
SyntaxToken
(this.Kind, this.FullWidth, diagnostics, this.GetAnnotations());
371
return new
SyntaxToken
(this.Kind, this.FullWidth, this.GetDiagnostics(), annotations);
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (1)
24
:
base
(SyntaxKind.IdentifierToken, text.Length, diagnostics, annotations)
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs (1)
27
:
base
(kind, text.Length, diagnostics, annotations)