3 writes to IsInQuery
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
13591
this.
IsInQuery
= true;
13599
this.
IsInQuery
= previousIsInQuery;
14035
IsInQuery
= state.IsInQuery;
5 references to IsInQuery
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
5703
!(this.
IsInQuery
&& IsTokenQueryContextualKeyword(token));
5755
return this.
IsInQuery
&& this.IsCurrentTokenQueryContextualKeyword;
11053
if (this.CurrentToken.ContextualKind == SyntaxKind.FromKeyword &&
IsInQuery
)
13590
var previousIsInQuery = this.
IsInQuery
;
14027
IsInQuery
,