3 writes to operand
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2146
this.
operand
= operand;
2157
this.
operand
= operand;
2167
this.
operand
= operand;
4 references to operand
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2173
public ExpressionSyntax Operand => this.
operand
;
2180
0 => this.
operand
,
2208
=> new PostfixUnaryExpressionSyntax(this.Kind, this.
operand
, this.operatorToken, diagnostics, GetAnnotations());
2211
=> new PostfixUnaryExpressionSyntax(this.Kind, this.
operand
, this.operatorToken, GetDiagnostics(), annotations);