12 references to Collection
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1952
VisitRvalue(node.
Collection
)
Binding\MemberSemanticModel.vb (1)
793
Dim originalCollection As BoundExpression = boundForEach.
Collection
Generated\BoundNodes.xml.Generated.vb (4)
5671
If collection IsNot Me.
Collection
OrElse enumeratorInfo IsNot Me.EnumeratorInfo OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.Body OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then
11659
Me.Visit(node.
Collection
)
12687
Dim collection As BoundExpression = DirectCast(Me.Visit(node.
Collection
), BoundExpression)
14010
New TreeDumperNode("collection", Nothing, new TreeDumperNode() {Visit(node.
Collection
, Nothing)}),
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
486
Return DirectCast(statement, BoundForEachStatement).
Collection
.Syntax
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (5)
31
If node.
Collection
.Kind = BoundKind.Conversion Then
32
Dim conversion = DirectCast(node.
Collection
, BoundConversion)
38
originalCollection = node.
Collection
41
originalCollection = node.
Collection
135
ElseIf Not node.
Collection
.HasErrors Then