4 writes to _upperBound
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
16068Me._upperBound = upperBound 16082Me._upperBound = upperBound 16095Me._upperBound = upperBound 16115Me._upperBound = _upperBound
7 references to _upperBound
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
16125writer.WriteValue(Me._upperBound) 16159Return Me._upperBound 16170Return Me._upperBound 16179Return new RangeCaseClauseSyntax(Me.Kind, newErrors, GetAnnotations, _lowerBound, _toKeyword, _upperBound) 16183Return new RangeCaseClauseSyntax(Me.Kind, GetDiagnostics, annotations, _lowerBound, _toKeyword, _upperBound) 39578Dim newUpperBound = DirectCast(Visit(node._upperBound), ExpressionSyntax) 39579If node._upperBound IsNot newUpperBound Then anyChanges = True