1 write to IterationVariableType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4049this.IterationVariableType = iterationVariableType;
12 references to IterationVariableType
Microsoft.CodeAnalysis.CSharp (12)
Binder\RefSafetyAnalysis.cs (1)
1118this.Visit(node.IterationVariableType);
FlowAnalysis\NullableWalker.cs (4)
11159Visit(node.IterationVariableType); 11163Visit(node.IterationVariableType); 11202conversionOperand: node.IterationVariableType, 11217SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
218Visit(node.IterationVariableType);
Generated\BoundNodes.xml.Generated.cs (5)
4074if (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)) 10213this.Visit(node.IterationVariableType); 11426BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.IterationVariableType); 13468BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.IterationVariableType); 15908new TreeDumperNode("iterationVariableType", null, new TreeDumperNode[] { Visit(node.IterationVariableType, null) }),
Operations\CSharpOperationFactory.cs (1)
1968var declaratorSyntax = boundForEachStatement.IterationVariableType.Syntax;