4 references to XmlReflectionImporter
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
666this.xmlImporter = new XmlReflectionImporter(defaultNs);
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
157return new XmlReflectionImporter(GetLiteralNamespace(defaultNs, serviceDefaultIsEncoded));
System.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (1)
201XmlReflectionImporter importer = new XmlReflectionImporter(defaultNamespace);
System\Xml\Serialization\XmlSerializerFactory.cs (1)
98XmlReflectionImporter importer = new XmlReflectionImporter(defaultNamespace);