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