1 instantiation of ForEachEnumeratorInfo
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Statements.vb (1)
3502Dim enumeratorInfo = New ForEachEnumeratorInfo(boundGetEnumeratorCall,
5 references to ForEachEnumeratorInfo
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\ForEachEnumeratorInfo.vb (1)
93''' Initializes a new instance of the <see cref="ForEachEnumeratorInfo" /> class.
Generated\BoundNodes.xml.Generated.vb (4)
5617Public Sub New(syntax As SyntaxNode, collection As BoundExpression, enumeratorInfo As ForEachEnumeratorInfo, declaredOrInferredLocalOpt As LocalSymbol, controlVariable As BoundExpression, body As BoundStatement, nextVariablesOpt As ImmutableArray(Of BoundExpression), continueLabel As LabelSymbol, exitLabel As LabelSymbol, Optional hasErrors As Boolean = False) 5639Private ReadOnly _EnumeratorInfo As ForEachEnumeratorInfo 5640Public ReadOnly Property EnumeratorInfo As ForEachEnumeratorInfo 5651Public Function Update(collection As BoundExpression, enumeratorInfo As ForEachEnumeratorInfo, declaredOrInferredLocalOpt As LocalSymbol, controlVariable As BoundExpression, body As BoundStatement, nextVariablesOpt As ImmutableArray(Of BoundExpression), continueLabel As LabelSymbol, exitLabel As LabelSymbol) As BoundForEachStatement