11 references to UpperBoundConditionOpt
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1915
Debug.Assert(node.UpperBoundOpt IsNot Nothing Xor node.
UpperBoundConditionOpt
IsNot Nothing)
1920
VisitRvalue(node.
UpperBoundConditionOpt
)
Binding\Binder_SelectCase.vb (4)
524
Debug.Assert(boundClause.UpperBoundOpt IsNot Nothing Xor boundClause.
UpperBoundConditionOpt
IsNot Nothing)
526
Dim upperBoundConditionOpt = boundClause.
UpperBoundConditionOpt
617
Debug.Assert(rangeCaseClause.UpperBoundOpt IsNot Nothing Xor rangeCaseClause.
UpperBoundConditionOpt
IsNot Nothing)
674
Debug.Assert(rangeCaseClause.
UpperBoundConditionOpt
Is Nothing)
BoundTree\BoundRangeCaseClause.vb (1)
12
ValidateValueAndCondition(UpperBoundOpt,
UpperBoundConditionOpt
, BinaryOperatorKind.LessThanOrEqual)
Generated\BoundNodes.xml.Generated.vb (4)
5233
If lowerBoundOpt IsNot Me.LowerBoundOpt OrElse upperBoundOpt IsNot Me.UpperBoundOpt OrElse lowerBoundConditionOpt IsNot Me.LowerBoundConditionOpt OrElse upperBoundConditionOpt IsNot Me.
UpperBoundConditionOpt
Then
11614
Me.Visit(node.
UpperBoundConditionOpt
)
12642
Dim upperBoundConditionOpt As BoundExpression = DirectCast(Me.Visit(node.
UpperBoundConditionOpt
), BoundExpression)
13948
New TreeDumperNode("upperBoundConditionOpt", Nothing, new TreeDumperNode() {Visit(node.
UpperBoundConditionOpt
, Nothing)})