1 write to IterationVariableType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3939
this.
IterationVariableType
= iterationVariableType;
11 references to IterationVariableType
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker.cs (4)
10171
Visit(node.
IterationVariableType
);
10175
Visit(node.
IterationVariableType
);
10213
conversionOperand: node.
IterationVariableType
,
10227
SetAnalyzedNullability(node.
IterationVariableType
, new VisitResult(resultForType, destinationType), isLvalue: true);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
135
Visit(node.
IterationVariableType
);
Generated\BoundNodes.xml.Generated.cs (5)
3964
if (enumeratorInfoOpt != this.EnumeratorInfoOpt || elementPlaceholder != this.ElementPlaceholder || elementConversion != this.ElementConversion || iterationVariableType != this.
IterationVariableType
|| iterationVariables != this.IterationVariables || iterationErrorExpressionOpt != this.IterationErrorExpressionOpt || expression != this.Expression || deconstructionOpt != this.DeconstructionOpt || awaitOpt != this.AwaitOpt || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel))
9821
this.Visit(node.
IterationVariableType
);
10996
BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.
IterationVariableType
);
12967
BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.
IterationVariableType
);
15315
new TreeDumperNode("iterationVariableType", null, new TreeDumperNode[] { Visit(node.
IterationVariableType
, null) }),
Operations\CSharpOperationFactory.cs (1)
1861
var declaratorSyntax = boundForEachStatement.
IterationVariableType
.Syntax;