3 writes to IsInQuery
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
13712this.IsInQuery = true; 13720this.IsInQuery = previousIsInQuery; 14156IsInQuery = state.IsInQuery;
5 references to IsInQuery
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
5771!(this.IsInQuery && IsTokenQueryContextualKeyword(token)); 5823return this.IsInQuery && this.IsCurrentTokenQueryContextualKeyword; 11121if (this.CurrentToken.ContextualKind == SyntaxKind.FromKeyword && IsInQuery) 13711var previousIsInQuery = this.IsInQuery; 14148IsInQuery,