3 writes to IsInQuery
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
13791this.IsInQuery = true; 13799this.IsInQuery = previousIsInQuery; 14240IsInQuery = state.IsInQuery;
5 references to IsInQuery
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
5812!(this.IsInQuery && IsTokenQueryContextualKeyword(token)); 5864return this.IsInQuery && this.IsCurrentTokenQueryContextualKeyword; 11187if (this.CurrentToken.ContextualKind == SyntaxKind.FromKeyword && IsInQuery) 13790var previousIsInQuery = this.IsInQuery; 14232IsInQuery,