11 references to LowerBoundConditionOpt
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1906
Debug.Assert(node.LowerBoundOpt IsNot Nothing Xor node.
LowerBoundConditionOpt
IsNot Nothing)
1911
VisitRvalue(node.
LowerBoundConditionOpt
)
Binding\Binder_SelectCase.vb (4)
508
Debug.Assert(boundClause.LowerBoundOpt IsNot Nothing Xor boundClause.
LowerBoundConditionOpt
IsNot Nothing)
510
Dim lowerBoundConditionOpt = boundClause.
LowerBoundConditionOpt
614
Debug.Assert(rangeCaseClause.LowerBoundOpt IsNot Nothing Xor rangeCaseClause.
LowerBoundConditionOpt
IsNot Nothing)
673
Debug.Assert(rangeCaseClause.
LowerBoundConditionOpt
Is Nothing)
BoundTree\BoundRangeCaseClause.vb (1)
11
ValidateValueAndCondition(LowerBoundOpt,
LowerBoundConditionOpt
, BinaryOperatorKind.GreaterThanOrEqual)
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
11613
Me.Visit(node.
LowerBoundConditionOpt
)
12641
Dim lowerBoundConditionOpt As BoundExpression = DirectCast(Me.Visit(node.
LowerBoundConditionOpt
), BoundExpression)
13947
New TreeDumperNode("lowerBoundConditionOpt", Nothing, new TreeDumperNode() {Visit(node.
LowerBoundConditionOpt
, Nothing)}),