3 references to GetClientTypeNamespace
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
548string clientNamespace = GetClientTypeNamespace(type.NamespaceName);
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
407string containerNamespace = Generator.GetClientTypeNamespace(this.Generator.GetContainerNamespace(container));
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
117clientNamespace = this.Generator.GetClientTypeNamespace(namespaceName);