2 writes to soapImporter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
645this.soapImporter = null; 654this.soapImporter = new SoapReflectionImporter(NamingHelper.CombineUriStrings(defaultNs, "encoded"));
2 references to soapImporter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
652if (this.soapImporter == null) 656return this.soapImporter;