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