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