11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2129|| this.IsCurrentTokenWhereOfConstraintClause(); 2153this.IsCurrentTokenWhereOfConstraintClause()) 2196static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2229if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2261if (this.IsCurrentTokenWhereOfConstraintClause()) 2291static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3631if (IsCurrentTokenWhereOfConstraintClause()) 4965if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 6033!IsCurrentTokenWhereOfConstraintClause()) 6165if (this.IsCurrentTokenWhereOfConstraintClause()) 6187if (this.IsCurrentTokenWhereOfConstraintClause() ||