11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2116|| this.IsCurrentTokenWhereOfConstraintClause(); 2140this.IsCurrentTokenWhereOfConstraintClause()) 2183static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2216if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2248if (this.IsCurrentTokenWhereOfConstraintClause()) 2278static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3618if (IsCurrentTokenWhereOfConstraintClause()) 4952if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 6020!IsCurrentTokenWhereOfConstraintClause()) 6152if (this.IsCurrentTokenWhereOfConstraintClause()) 6174if (this.IsCurrentTokenWhereOfConstraintClause() ||