3 writes to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
15295
Me.
_arrayBounds
= arrayBounds
15307
Me.
_arrayBounds
= arrayBounds
15318
Me.
_arrayBounds
= arrayBounds
6 references to _arrayBounds
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
15340
Return Me.
_arrayBounds
15349
Return Me.
_arrayBounds
15358
Return new RedimClauseSyntax(Me.Kind, newErrors, GetAnnotations, _expression,
_arrayBounds
)
15362
Return new RedimClauseSyntax(Me.Kind, GetDiagnostics, annotations, _expression,
_arrayBounds
)
32031
Dim newArrayBounds = DirectCast(Visit(node.
_arrayBounds
), ArgumentListSyntax)
32032
If node.
_arrayBounds
IsNot newArrayBounds Then anyChanges = True