3 writes to operand
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1990
this.
operand
= operand;
2001
this.
operand
= operand;
2011
this.
operand
= operand;
4 references to operand
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2017
public ExpressionSyntax Operand => this.
operand
;
2023
1 => this.
operand
,
2050
=> new PrefixUnaryExpressionSyntax(this.Kind, this.operatorToken, this.
operand
, diagnostics, GetAnnotations());
2053
=> new PrefixUnaryExpressionSyntax(this.Kind, this.operatorToken, this.
operand
, GetDiagnostics(), annotations);