11 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (11)
2088|| this.IsCurrentTokenWhereOfConstraintClause(); 2112this.IsCurrentTokenWhereOfConstraintClause()) 2155static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 2188if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.IsCurrentTokenWhereOfConstraintClause()) 2220if (this.IsCurrentTokenWhereOfConstraintClause()) 2250static (p, _) => p.CurrentToken.Kind == SyntaxKind.OpenBraceToken || p.IsCurrentTokenWhereOfConstraintClause(), 3500if (IsCurrentTokenWhereOfConstraintClause()) 4807if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken && IsCurrentTokenWhereOfConstraintClause()) 5795!IsCurrentTokenWhereOfConstraintClause()) 5927if (this.IsCurrentTokenWhereOfConstraintClause()) 5943if (this.IsCurrentTokenWhereOfConstraintClause())