7 references to Bounds
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2326For Each arrayBound In node.Bounds
Binding\Binder_Expressions.vb (1)
1565bounds = arrayLiteral.Bounds
BoundTree\Expression.vb (1)
119Return StaticCast(Of BoundNode).From(Me.Bounds.Add(Me.Initializer))
Generated\BoundNodes.xml.Generated.vb (4)
4093If 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 11487Me.VisitList(node.Bounds) 12508Dim bounds As ImmutableArray(Of BoundExpression) = Me.VisitList(node.Bounds) 13768New TreeDumperNode("bounds", Nothing, From x In node.Bounds Select Visit(x, Nothing)),