4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
8085else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript)) 9163isDeclaration = !this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) && 9863if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false)) 10955if (this.IsQueryExpression(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))