3 writes to operatorKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20284
this.
operatorKeyword
= operatorKeyword;
20334
this.
operatorKeyword
= operatorKeyword;
20383
this.
operatorKeyword
= operatorKeyword;
5 references to operatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20416
public SyntaxToken OperatorKeyword => this.
operatorKeyword
;
20434
4 => this.
operatorKeyword
,
20467
=> new OperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.
operatorKeyword
, this.checkedKeyword, this.operatorToken, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
20470
=> new OperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.
operatorKeyword
, this.checkedKeyword, this.operatorToken, this.parameterList, this.body, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12766
public SyntaxToken OperatorKeyword => new SyntaxToken(this, ((InternalSyntax.OperatorDeclarationSyntax)this.Green).
operatorKeyword
, GetChildPosition(4), GetChildIndex(4));