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)
5636Public 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) 5658Private ReadOnly _EnumeratorInfo As ForEachEnumeratorInfo 5659Public ReadOnly Property EnumeratorInfo As ForEachEnumeratorInfo 5670Public 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