9 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2086
|| this.
IsCurrentTokenWhereOfConstraintClause
();
2110
this.
IsCurrentTokenWhereOfConstraintClause
())
2186
if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.
IsCurrentTokenWhereOfConstraintClause
())
2218
if (this.
IsCurrentTokenWhereOfConstraintClause
())
3489
if (
IsCurrentTokenWhereOfConstraintClause
())
4766
if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken &&
IsCurrentTokenWhereOfConstraintClause
())
5754
!
IsCurrentTokenWhereOfConstraintClause
())
5886
if (this.
IsCurrentTokenWhereOfConstraintClause
())
5902
if (this.
IsCurrentTokenWhereOfConstraintClause
())