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