4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
20247
Me.
_type
= type
20257
Me.
_type
= type
20266
Me.
_type
= type
20276
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
20284
writer.WriteValue(Me.
_type
)
20300
Return Me.
_type
20306
Return Me.
_type
20315
Return new TypedTupleElementSyntax(Me.Kind, newErrors, GetAnnotations,
_type
)
20319
Return new TypedTupleElementSyntax(Me.Kind, GetDiagnostics, annotations,
_type
)
40051
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40052
If node.
_type
IsNot newType Then anyChanges = True