3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
15953
Me.
_type
= type
15963
Me.
_type
= type
15972
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
15985
Return Me.
_type
15991
Return Me.
_type
16000
Return new TypedTupleElementSyntax(Me.Kind, newErrors, GetAnnotations,
_type
)
16004
Return new TypedTupleElementSyntax(Me.Kind, GetDiagnostics, annotations,
_type
)
32123
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32124
If node.
_type
IsNot newType Then anyChanges = True