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