3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
3309
Me.
_type
= type
3319
Me.
_type
= type
3328
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
3341
Return Me.
_type
3347
Return Me.
_type
3356
Return new TypeConstraintSyntax(Me.Kind, newErrors, GetAnnotations,
_type
)
3360
Return new TypeConstraintSyntax(Me.Kind, GetDiagnostics, annotations,
_type
)
30295
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
30296
If node.
_type
IsNot newType Then anyChanges = True