4 references to IsQueryExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
7532
else if (this.
IsQueryExpression
(mayBeVariableDeclaration: true, mayBeMemberDeclaration: isGlobal && IsScript))
8617
isDeclaration = !this.
IsQueryExpression
(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false) &&
9266
if (this.
IsQueryExpression
(mayBeVariableDeclaration: true, mayBeMemberDeclaration: false))
10341
else if (this.
IsQueryExpression
(mayBeVariableDeclaration: false, mayBeMemberDeclaration: false))