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)
Generated\BoundNodes.xml.Generated.vb (4)
5224
If lowerBoundOpt IsNot Me.LowerBoundOpt OrElse upperBoundOpt IsNot Me.UpperBoundOpt OrElse lowerBoundConditionOpt IsNot Me.
LowerBoundConditionOpt
OrElse upperBoundConditionOpt IsNot Me.UpperBoundConditionOpt Then
11604
Me.Visit(node.
LowerBoundConditionOpt
)
12632
Dim lowerBoundConditionOpt As BoundExpression = DirectCast(Me.Visit(node.
LowerBoundConditionOpt
), BoundExpression)
13938
New TreeDumperNode("lowerBoundConditionOpt", Nothing, new TreeDumperNode() {Visit(node.
LowerBoundConditionOpt
, Nothing)}),
Operations\VisualBasicOperationFactory.vb (1)
1124
Dim minimumValue As IOperation = Create(GetCaseClauseValue(boundRangeCaseClause.LowerBoundOpt, boundRangeCaseClause.
LowerBoundConditionOpt
))