4 writes to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
22099Me._arrayBounds = arrayBounds 22119Me._arrayBounds = arrayBounds 22138Me._arrayBounds = arrayBounds 22160Me._arrayBounds = _arrayBounds
7 references to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
22179writer.WriteValue(Me._arrayBounds) 22209Return Me._arrayBounds 22244Return Me._arrayBounds 22257Return new ArrayCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer) 22261Return new ArrayCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer) 40272Dim newArrayBounds = DirectCast(Visit(node._arrayBounds), ArgumentListSyntax) 40273If node._arrayBounds IsNot newArrayBounds Then anyChanges = True