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