3 writes to operatorToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to operatorToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9386public SyntaxToken OperatorToken => this.operatorToken;
93931 => this.operatorToken,
9421=> new BinaryPatternSyntax(this.Kind, this.left, this.operatorToken, this.right, diagnostics, GetAnnotations());
9424=> new BinaryPatternSyntax(this.Kind, this.left, this.operatorToken, this.right, GetDiagnostics(), annotations);