4 writes to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
19407Me._arrayBounds = arrayBounds 19419Me._arrayBounds = arrayBounds 19430Me._arrayBounds = arrayBounds 19445Me._arrayBounds = _arrayBounds
7 references to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
19454writer.WriteValue(Me._arrayBounds) 19479Return Me._arrayBounds 19488Return Me._arrayBounds 19497Return new RedimClauseSyntax(Me.Kind, newErrors, GetAnnotations, _expression, _arrayBounds) 19501Return new RedimClauseSyntax(Me.Kind, GetDiagnostics, annotations, _expression, _arrayBounds) 39959Dim newArrayBounds = DirectCast(Visit(node._arrayBounds), ArgumentListSyntax) 39960If node._arrayBounds IsNot newArrayBounds Then anyChanges = True