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