4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
31910
Me.
_type
= type
31926
Me.
_type
= type
31941
Me.
_type
= type
31957
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
31966
writer.WriteValue(Me.
_type
)
31991
Return Me.
_type
32000
Return Me.
_type
32009
Return new CrefSignaturePartSyntax(Me.Kind, newErrors, GetAnnotations, _modifier,
_type
)
32013
Return new CrefSignaturePartSyntax(Me.Kind, GetDiagnostics, annotations, _modifier,
_type
)
41427
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
41428
If node.
_type
IsNot newType Then anyChanges = True