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