4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
8238else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript)) 9343isDeclaration = !this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) && 10016if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false)) 11148if (this.IsQueryExpression(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))