4 references to XmlReflectionImporter
System.Private.Xml (4)
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)
283XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace);