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