5 references to TypeParameterSingleConstraintClause
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (1)
8052
Return SyntaxFactory.
TypeParameterSingleConstraintClause
(SyntaxFactory.Token(SyntaxKind.AsKeyword), constraint)
Generated\Syntax.xml.Syntax.Generated.vb (1)
4792
Dim newNode = SyntaxFactory.
TypeParameterSingleConstraintClause
(asKeyword, constraint)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
10472
SyntaxFactory.
TypeParameterSingleConstraintClause
(SyntaxFactory.Token(SyntaxKind.AsKeyword), Nothing)
10480
SyntaxFactory.
TypeParameterSingleConstraintClause
(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), GenerateRedNewConstraint())
10487
return SyntaxFactory.
TypeParameterSingleConstraintClause
(SyntaxFactory.Token(SyntaxKind.AsKeyword), GenerateRedNewConstraint())