7 references to Bounds
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2310For Each arrayBound In node.Bounds
Binding\Binder_Expressions.vb (1)
1540bounds = arrayLiteral.Bounds
BoundTree\Expression.vb (1)
119Return StaticCast(Of BoundNode).From(Me.Bounds.Add(Me.Initializer))
Generated\BoundNodes.xml.Generated.vb (4)
4074If hasDominantType <> Me.HasDominantType OrElse numberOfCandidates <> Me.NumberOfCandidates OrElse inferredType IsNot Me.InferredType OrElse bounds <> Me.Bounds OrElse initializer IsNot Me.Initializer OrElse binder IsNot Me.Binder Then 11453Me.VisitList(node.Bounds) 12474Dim bounds As ImmutableArray(Of BoundExpression) = Me.VisitList(node.Bounds) 13731New TreeDumperNode("bounds", Nothing, From x In node.Bounds Select Visit(x, Nothing)),