3 references to GetContainerNamespace
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
407string containerNamespace = Generator.GetClientTypeNamespace(this.Generator.GetContainerNamespace(container));
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (2)
62this.Generator.DefaultContainerNamespace = this.Generator.GetContainerNamespace(defaultContainer); 68string namespaceName = this.Generator.GetContainerNamespace(container);