4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
4178
Me.
_type
= type
4188
Me.
_type
= type
4197
Me.
_type
= type
4207
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
4215
writer.WriteValue(Me.
_type
)
4231
Return Me.
_type
4237
Return Me.
_type
4246
Return new TypeConstraintSyntax(Me.Kind, newErrors, GetAnnotations,
_type
)
4250
Return new TypeConstraintSyntax(Me.Kind, GetDiagnostics, annotations,
_type
)
38223
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
38224
If node.
_type
IsNot newType Then anyChanges = True