5 references to XmlReflectionImporter
System.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
54public XmlReflectionImporter() : this(null, null) { 61public XmlReflectionImporter(string defaultNamespace) : this(null, defaultNamespace) { 68public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides) : this(attributeOverrides, null) {
System\Xml\Serialization\XmlSerializer.cs (1)
234XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace);
System\Xml\Serialization\XmlSerializerFactory.cs (1)
135XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace);