4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
8137else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript)) 9242isDeclaration = !this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) && 9915if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false)) 11021if (this.IsQueryExpression(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))