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