4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
8208else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript)) 9313isDeclaration = !this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) && 9986if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false)) 11118if (this.IsQueryExpression(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))