9 references to IsCurrentTokenWhereOfConstraintClause
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2052
|| this.
IsCurrentTokenWhereOfConstraintClause
();
2076
this.
IsCurrentTokenWhereOfConstraintClause
())
2152
if (this.CurrentToken.Kind == SyntaxKind.OpenBraceToken || this.
IsCurrentTokenWhereOfConstraintClause
())
2184
if (this.
IsCurrentTokenWhereOfConstraintClause
())
3439
if (
IsCurrentTokenWhereOfConstraintClause
())
4702
if (this.CurrentToken.Kind == SyntaxKind.IdentifierToken &&
IsCurrentTokenWhereOfConstraintClause
())
5683
!
IsCurrentTokenWhereOfConstraintClause
())
5815
if (this.
IsCurrentTokenWhereOfConstraintClause
())
5831
if (this.
IsCurrentTokenWhereOfConstraintClause
())