3 references to IsSimpleProgramTopLevelStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
101if (SyntaxFacts.IsSimpleProgramTopLevelStatement(node))
Compilation\SyntaxTreeSemanticModel.cs (1)
934if (SyntaxFacts.IsSimpleProgramTopLevelStatement((GlobalStatementSyntax)memberDecl))
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4965else if (reportMisplacedGlobalCode && !SyntaxFacts.IsSimpleProgramTopLevelStatement((GlobalStatementSyntax)m))