4 references to TypeConstraintSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
4246Return new TypeConstraintSyntax(Me.Kind, newErrors, GetAnnotations, _type) 4250Return new TypeConstraintSyntax(Me.Kind, GetDiagnostics, annotations, _type) 38227Return New TypeConstraintSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newType)
Generated\Syntax.xml.Syntax.Generated.vb (1)
5095Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeConstraintSyntax(kind, errors, annotations, DirectCast(type.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeSyntax)), Nothing, 0)