2 references to XmlSerializerNamespaces
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
491
XmlSerializerNamespaces namespaces = new
XmlSerializerNamespaces
(new WsdlNamespaceHelper(this.PolicyVersion).SerializerNamespaces);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
480
ns = new
XmlSerializerNamespaces
(s_namespaces);