3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
17411
Me.
_type
= type
17431
Me.
_type
= type
17450
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
17473
Return Me.
_type
17518
Return Me.
_type
17533
Return new ArrayCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists,
_type
, _arrayBounds, _rankSpecifiers, _initializer)
17537
Return new ArrayCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists,
_type
, _arrayBounds, _rankSpecifiers, _initializer)
32342
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32343
If node.
_type
IsNot newType Then anyChanges = True