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