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