1 write to IterationVariableType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4050this.IterationVariableType = iterationVariableType;
12 references to IterationVariableType
Microsoft.CodeAnalysis.CSharp (12)
Binder\RefSafetyAnalysis.cs (1)
1101this.Visit(node.IterationVariableType);
FlowAnalysis\NullableWalker.cs (4)
10904Visit(node.IterationVariableType); 10908Visit(node.IterationVariableType); 10947conversionOperand: node.IterationVariableType, 10961SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
164Visit(node.IterationVariableType);
Generated\BoundNodes.xml.Generated.cs (5)
4075if (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)) 10176this.Visit(node.IterationVariableType); 11389BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.IterationVariableType); 13432BoundTypeExpression iterationVariableType = (BoundTypeExpression)this.Visit(node.IterationVariableType); 15873new TreeDumperNode("iterationVariableType", null, new TreeDumperNode[] { Visit(node.IterationVariableType, null) }),
Operations\CSharpOperationFactory.cs (1)
1939var declaratorSyntax = boundForEachStatement.IterationVariableType.Syntax;