1 write to defaultNs
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
643this.defaultNs = defaultNs;
2 references to defaultNs
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
654this.soapImporter = new SoapReflectionImporter(NamingHelper.CombineUriStrings(defaultNs, "encoded")); 666this.xmlImporter = new XmlReflectionImporter(defaultNs);