4 writes to _upperBound
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
24679Me._upperBound = upperBound 24693Me._upperBound = upperBound 24706Me._upperBound = upperBound 24726Me._upperBound = _upperBound
7 references to _upperBound
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
24736writer.WriteValue(Me._upperBound) 24770Return Me._upperBound 24781Return Me._upperBound 24790Return new RangeArgumentSyntax(Me.Kind, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound) 24794Return new RangeArgumentSyntax(Me.Kind, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound) 40593Dim newUpperBound = DirectCast(Visit(node._upperBound), ExpressionSyntax) 40594If node._upperBound IsNot newUpperBound Then anyChanges = True