2 references to IsSimpleProgramTopLevelStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
105
if (SyntaxFacts.
IsSimpleProgramTopLevelStatement
(node))
Compilation\SyntaxTreeSemanticModel.cs (1)
940
if (SyntaxFacts.
IsSimpleProgramTopLevelStatement
((GlobalStatementSyntax)memberDecl))