3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
25058
Me.
_type
= type
25074
Me.
_type
= type
25089
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
25112
Return Me.
_type
25121
Return Me.
_type
25130
Return new CrefSignaturePartSyntax(Me.Kind, newErrors, GetAnnotations, _modifier,
_type
)
25134
Return new CrefSignaturePartSyntax(Me.Kind, GetDiagnostics, annotations, _modifier,
_type
)
33499
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
33500
If node.
_type
IsNot newType Then anyChanges = True