10 references to UpperBound
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1013
range.
UpperBound
== applyParenthesizedIfAnyVB((VisualBasicSyntaxNode)binOp.RightOperand.Syntax))
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_SelectCase.vb (1)
300
expressionSyntax:=node.
UpperBound
,
Generated\Syntax.xml.Main.Generated.vb (2)
3323
Dim newUpperBound = DirectCast(Visit(node.
UpperBound
), ExpressionSyntax)
3324
If node.
UpperBound
IsNot newUpperBound Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
17586
return Update(lowerBound, Me.ToKeyword, Me.
UpperBound
)
17604
return Update(Me.LowerBound, toKeyword, Me.
UpperBound
)
17641
Return Me.
UpperBound
17670
If lowerBound IsNot Me.LowerBound OrElse toKeyword <> Me.ToKeyword OrElse upperBound IsNot Me.
UpperBound
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
19892
Assert.NotNull(objectUnderTest.
upperBound
)
19893
Dim withObj = objectUnderTest.WithLowerBound(objectUnderTest.LowerBound).WithToKeyword(objectUnderTest.ToKeyword).WithUpperBound(objectUnderTest.
UpperBound
)