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