11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2088|| this.IsCurrentTokenWhereOfConstraintClause(); 2112this.IsCurrentTokenWhereOfConstraintClause()) 2155static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2188if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2220if (this.IsCurrentTokenWhereOfConstraintClause()) 2250static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3576if (IsCurrentTokenWhereOfConstraintClause()) 4908if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5896!IsCurrentTokenWhereOfConstraintClause()) 6028if (this.IsCurrentTokenWhereOfConstraintClause()) 6050if (this.IsCurrentTokenWhereOfConstraintClause() ||