4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
22096
Me.
_type
= type
22116
Me.
_type
= type
22135
Me.
_type
= type
22155
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
22178
writer.WriteValue(Me.
_type
)
22197
Return Me.
_type
22242
Return Me.
_type
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)
40270
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40271
If node.
_type
IsNot newType Then anyChanges = True