3 references to CodeNamespace
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1270CodeNamespace codeNamespace = new CodeNamespace(clrNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
740codeNamespace = new CodeNamespace(ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
51targetCodeNamespace = new CodeNamespace(clrNamespace);