3 writes to variable
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12833
this.
variable
= variable;
12864
this.
variable
= variable;
12894
this.
variable
= variable;
4 references to variable
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12915
public ExpressionSyntax Variable => this.
variable
;
12928
4 => this.
variable
,
12959
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.
variable
, this.inKeyword, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
12962
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.forEachKeyword, this.openParenToken, this.
variable
, this.inKeyword, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);