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)
5627Public 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) 5649Private ReadOnly _EnumeratorInfo As ForEachEnumeratorInfo 5650Public ReadOnly Property EnumeratorInfo As ForEachEnumeratorInfo 5661Public 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