3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
6804
Me.
_type
= type
6818
Me.
_type
= type
6831
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
6857
Return Me.
_type
6868
Return Me.
_type
6877
Return new SimpleAsClauseSyntax(Me.Kind, newErrors, GetAnnotations, _asKeyword, _attributeLists,
_type
)
6881
Return new SimpleAsClauseSyntax(Me.Kind, GetDiagnostics, annotations, _asKeyword, _attributeLists,
_type
)
30797
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
30798
If node.
_type
IsNot newType Then anyChanges = True