3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8193
this.
expression
= expression;
8206
this.
expression
= expression;
8218
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8226
public ExpressionSyntax Expression => this.
expression
;
8234
0 => this.
expression
,
8263
=> new IsPatternExpressionSyntax(this.Kind, this.
expression
, this.isKeyword, this.pattern, diagnostics, GetAnnotations());
8266
=> new IsPatternExpressionSyntax(this.Kind, this.
expression
, this.isKeyword, this.pattern, GetDiagnostics(), annotations);