3 writes to operatorToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to operatorToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2601public SyntaxToken OperatorToken => this.operatorToken;
26091 => this.operatorToken,
2637=> new RangeExpressionSyntax(this.Kind, this.leftOperand, this.operatorToken, this.rightOperand, diagnostics, GetAnnotations());
2640=> new RangeExpressionSyntax(this.Kind, this.leftOperand, this.operatorToken, this.rightOperand, GetDiagnostics(), annotations);