4 instantiations of XmlReflectionImporter
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
255XmlReflectionImporter importer = new XmlReflectionImporter(defaultNamespace); 293XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace); 759XmlReflectionImporter importer = new XmlReflectionImporter();
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
290XmlReflectionImporter importer = new XmlReflectionImporter();
11 references to XmlReflectionImporter
netstandard (1)
netstandard.cs (1)
2426[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))]
System.Private.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
654bool checkSpecified = XmlReflectionImporter.FindSpecifiedMember(xmlReflectionMember.MemberName, xmlReflectionMembers) != null;
System\Xml\Serialization\XmlSerializer.cs (5)
255XmlReflectionImporter importer = new XmlReflectionImporter(defaultNamespace); 263_mapping = XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace); 271_mapping ??= XmlReflectionImporter.GetTopLevelMapping(type, defaultNamespace); 293XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace); 759XmlReflectionImporter importer = new XmlReflectionImporter();
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
290XmlReflectionImporter importer = new XmlReflectionImporter();
System.Xml (1)
System.Xml.cs (1)
151[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
49[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))]