3 writes to _upperBound
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
19431
Me.
_upperBound
= upperBound
19445
Me.
_upperBound
= upperBound
19458
Me.
_upperBound
= upperBound
6 references to _upperBound
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
19489
Return Me.
_upperBound
19500
Return Me.
_upperBound
19509
Return new RangeArgumentSyntax(Me.Kind, newErrors, GetAnnotations, _lowerBound, _toKeyword,
_upperBound
)
19513
Return new RangeArgumentSyntax(Me.Kind, GetDiagnostics, annotations, _lowerBound, _toKeyword,
_upperBound
)
32665
Dim newUpperBound = DirectCast(Visit(node.
_upperBound
), ExpressionSyntax)
32666
If node.
_upperBound
IsNot newUpperBound Then anyChanges = True