3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
17199
Me.
_type
= type
17217
Me.
_type
= type
17234
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
17255
Return Me.
_type
17291
Return Me.
_type
17304
Return new ObjectCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists,
_type
, _argumentList, _initializer)
17308
Return new ObjectCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists,
_type
, _argumentList, _initializer)
32304
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32305
If node.
_type
IsNot newType Then anyChanges = True