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