2 references to CreateRootSingleNamespaceDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTreeBuilder.cs (2)
216return CreateRootSingleNamespaceDeclaration(compilationUnit, rootChildren.ToImmutableAndFree(), isForScript: true); 317return CreateRootSingleNamespaceDeclaration(compilationUnit, children, isForScript: false);