8 references to AllowsConstraintClause
Microsoft.CodeAnalysis.CSharp (8)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
32518
var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.
AllowsConstraintClause
, allowsKeyword, constraints.Node, this.context, out hash);
32521
var result = new AllowsConstraintClauseSyntax(SyntaxKind.
AllowsConstraintClause
, allowsKeyword, constraints.Node, this.context);
37945
var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.
AllowsConstraintClause
, allowsKeyword, constraints.Node, out hash);
37948
var result = new AllowsConstraintClauseSyntax(SyntaxKind.
AllowsConstraintClause
, allowsKeyword, constraints.Node);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12111
/// <item><description><see cref="SyntaxKind.
AllowsConstraintClause
"/></description></item>
Binder\Binder_Constraints.cs (2)
209
if (i != n - 1 && constraintsSyntax[i + 1].Kind() != SyntaxKind.
AllowsConstraintClause
)
295
case SyntaxKind.
AllowsConstraintClause
:
Parser\LanguageParser.cs (1)
2287
if (constraint.Kind == SyntaxKind.
AllowsConstraintClause
&& haveComma && !this.IsPossibleTypeParameterConstraint())