6 references to LimitValue
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1936
VisitRvalue(node.
LimitValue
)
Generated\BoundNodes.xml.Generated.vb (4)
5624
If initialValue IsNot Me.InitialValue OrElse limitValue IsNot Me.
LimitValue
OrElse stepValue IsNot Me.StepValue OrElse checked <> Me.Checked OrElse operatorsOpt IsNot Me.OperatorsOpt OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.Body OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then
11649
Me.Visit(node.
LimitValue
)
12677
Dim limitValue As BoundExpression = DirectCast(Me.Visit(node.
LimitValue
), BoundExpression)
13995
New TreeDumperNode("limitValue", Nothing, new TreeDumperNode() {Visit(node.
LimitValue
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
27
Dim rewrittenLimit As BoundExpression = VisitExpressionNode(node.
LimitValue
)