4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
8589
Me.
_type
= type
8603
Me.
_type
= type
8616
Me.
_type
= type
8631
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
8640
writer.WriteValue(Me.
_type
)
8669
Return Me.
_type
8680
Return Me.
_type
8689
Return new SimpleAsClauseSyntax(Me.Kind, newErrors, GetAnnotations, _asKeyword, _attributeLists,
_type
)
8693
Return new SimpleAsClauseSyntax(Me.Kind, GetDiagnostics, annotations, _asKeyword, _attributeLists,
_type
)
38725
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
38726
If node.
_type
IsNot newType Then anyChanges = True