3 writes to operatorToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2148
this.
operatorToken
= operatorToken;
2159
this.
operatorToken
= operatorToken;
2169
this.
operatorToken
= operatorToken;
5 references to operatorToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2175
public SyntaxToken OperatorToken => this.
operatorToken
;
2181
1 => this.
operatorToken
,
2208
=> new PostfixUnaryExpressionSyntax(this.Kind, this.operand, this.
operatorToken
, diagnostics, GetAnnotations());
2211
=> new PostfixUnaryExpressionSyntax(this.Kind, this.operand, this.
operatorToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1325
public SyntaxToken OperatorToken => new SyntaxToken(this, ((InternalSyntax.PostfixUnaryExpressionSyntax)this.Green).
operatorToken
, GetChildPosition(1), GetChildIndex(1));