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