3 references to TypeParameterSingleConstraintClause
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\ManualTests.vb (1)
18
Dim tp = SyntaxFactory.TypeParameter(Nothing, SyntaxFactory.Identifier("T"), SyntaxFactory.
TypeParameterSingleConstraintClause
(SyntaxFactory.TypeConstraint(SyntaxFactory.IdentifierName("IGoo"))))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\TypeParameterGenerator.vb (1)
53
Return SyntaxFactory.
TypeParameterSingleConstraintClause
(constraint:=constraints(0))
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2895
clause = SyntaxFactory.
TypeParameterSingleConstraintClause
(constraints(0))