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