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