2 references to IsPossibleTypeParameterConstraint
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
2173
else if (haveComma = (this.CurrentToken.Kind == SyntaxKind.CommaToken) || this.
IsPossibleTypeParameterConstraint
())
2177
if (constraint.Kind == SyntaxKind.AllowsConstraintClause && haveComma && !this.
IsPossibleTypeParameterConstraint
())