11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2086|| this.IsCurrentTokenWhereOfConstraintClause(); 2110this.IsCurrentTokenWhereOfConstraintClause()) 2153static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2186if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2218if (this.IsCurrentTokenWhereOfConstraintClause()) 2248static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3489if (IsCurrentTokenWhereOfConstraintClause()) 4796if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5784!IsCurrentTokenWhereOfConstraintClause()) 5916if (this.IsCurrentTokenWhereOfConstraintClause()) 5932if (this.IsCurrentTokenWhereOfConstraintClause())