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