11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
1780|| this.IsCurrentTokenWhereOfConstraintClause(); 1807this.IsCurrentTokenWhereOfConstraintClause()) 1829static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 1862if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 1883if (this.IsCurrentTokenWhereOfConstraintClause()) 1912static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3106if (IsCurrentTokenWhereOfConstraintClause()) 4309if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5363!IsCurrentTokenWhereOfConstraintClause()) 5488if (this.IsCurrentTokenWhereOfConstraintClause()) 5504if (this.IsCurrentTokenWhereOfConstraintClause())