2 instantiations of XmlAttributeOverrides
System.Private.Xml (1)
System.Web.Services.Description (1)
16 references to XmlAttributeOverrides
netstandard (1)
System.Private.Xml (10)
System\Xml\Serialization\XmlSerializer.cs (4)
172public XmlSerializer(Type type, XmlAttributeOverrides? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace) :
191public XmlSerializer(Type type, XmlAttributeOverrides? overrides) : this(type, overrides, Type.EmptyTypes, null, null, null)
276public XmlSerializer(Type type, XmlAttributeOverrides? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace, string? location)
291private static XmlTypeMapping GenerateXmlTypeMapping(Type type, XmlAttributeOverrides? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace)
System\Xml\Serialization\XmlSerializerFactory.cs (3)
23public XmlSerializer CreateSerializer(Type type, XmlAttributeOverrides? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace)
44public XmlSerializer CreateSerializer(Type type, XmlAttributeOverrides? overrides)
72public XmlSerializer CreateSerializer(Type type, XmlAttributeOverrides? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace, string? location)
System.Web.Services.Description (2)
System.Xml (1)
System.Xml.Serialization (1)
System.Xml.XmlSerializer (1)