11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2178|| this.IsCurrentTokenWhereOfConstraintClause(); 2200!this.IsCurrentTokenWhereOfConstraintClause()) 2240static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2273if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2305if (this.IsCurrentTokenWhereOfConstraintClause()) 2335static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3664if (IsCurrentTokenWhereOfConstraintClause()) 4972if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 6036!IsCurrentTokenWhereOfConstraintClause()) 6168if (this.IsCurrentTokenWhereOfConstraintClause()) 6190if (this.IsCurrentTokenWhereOfConstraintClause() ||