3 writes to lessThanToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to lessThanToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
332public SyntaxToken LessThanToken => this.lessThanToken;
3410 => this.lessThanToken,
370=> new TypeArgumentListSyntax(this.Kind, this.lessThanToken, this.arguments, this.greaterThanToken, diagnostics, GetAnnotations());
373=> new TypeArgumentListSyntax(this.Kind, this.lessThanToken, this.arguments, this.greaterThanToken, GetDiagnostics(), annotations);