2 writes to xmlImporter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
644
this.
xmlImporter
= null;
666
this.
xmlImporter
= new XmlReflectionImporter(defaultNs);
2 references to xmlImporter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
664
if (this.
xmlImporter
== null)
668
return this.
xmlImporter
;