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