4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
8467else if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript)) 9651isDeclaration = !this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) && 10357if (this.IsQueryExpression(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false)) 11484if (this.IsQueryExpression(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))