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