12 references to Collection
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1952VisitRvalue(node.Collection)
Binding\MemberSemanticModel.vb (1)
793Dim originalCollection As BoundExpression = boundForEach.Collection
Generated\BoundNodes.xml.Generated.vb (4)
5671If 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 11659Me.Visit(node.Collection) 12687Dim collection As BoundExpression = DirectCast(Me.Visit(node.Collection), BoundExpression) 14010New TreeDumperNode("collection", Nothing, new TreeDumperNode() {Visit(node.Collection, Nothing)}),
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
486Return DirectCast(statement, BoundForEachStatement).Collection.Syntax
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (5)
31If node.Collection.Kind = BoundKind.Conversion Then 32Dim conversion = DirectCast(node.Collection, BoundConversion) 38originalCollection = node.Collection 41originalCollection = node.Collection 135ElseIf Not node.Collection.HasErrors Then