3 references to IsPossibleTopLevelUsingLocalDeclarationStatement
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
661
if (isGlobal && (this.PeekToken(1).Kind == SyntaxKind.OpenParenToken || (!IsScript &&
IsPossibleTopLevelUsingLocalDeclarationStatement
())))
2943
return !
IsPossibleTopLevelUsingLocalDeclarationStatement
();
2952
return !
IsPossibleTopLevelUsingLocalDeclarationStatement
();