4 writes to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
9833Me._arrayBounds = arrayBounds 9855Me._arrayBounds = arrayBounds 9876Me._arrayBounds = arrayBounds 9901Me._arrayBounds = _arrayBounds
7 references to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
9916writer.WriteValue(Me._arrayBounds) 9957Return Me._arrayBounds 9981Return Me._arrayBounds 9992Return new ModifiedIdentifierSyntax(Me.Kind, newErrors, GetAnnotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers) 9996Return new ModifiedIdentifierSyntax(Me.Kind, GetDiagnostics, annotations, _identifier, _nullable, _arrayBounds, _arrayRankSpecifiers) 38863Dim newArrayBounds = DirectCast(Visit(node._arrayBounds), ArgumentListSyntax) 38864If node._arrayBounds IsNot newArrayBounds Then anyChanges = True