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
())
5687
!
IsCurrentTokenWhereOfConstraintClause
())
5819
if (this.
IsCurrentTokenWhereOfConstraintClause
())
5835
if (this.
IsCurrentTokenWhereOfConstraintClause
())