4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
21830
Me.
_type
= type
21848
Me.
_type
= type
21865
Me.
_type
= type
21883
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
21901
writer.WriteValue(Me.
_type
)
21919
Return Me.
_type
21955
Return Me.
_type
21968
Return new ObjectCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists,
_type
, _argumentList, _initializer)
21972
Return new ObjectCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists,
_type
, _argumentList, _initializer)
40232
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40233
If node.
_type
IsNot newType Then anyChanges = True