1 instantiation of XmlSerializerFactory
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
549private static readonly XmlSerializerFactory s_serializerFactory = new XmlSerializerFactory();
4 references to XmlSerializerFactory
netstandard (1)
netstandard.cs (1)
2443[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerFactory))]
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
549private static readonly XmlSerializerFactory s_serializerFactory = new XmlSerializerFactory();
System.Xml (1)
System.Xml.cs (1)
168[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerFactory))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net9.0\System.Xml.XmlSerializer.Forwards.cs (1)
66[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerFactory))]