1 instantiation of XmlAttributeOverrides
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
78
_attributeOverrides = attributeOverrides ?? new
XmlAttributeOverrides
();
14 references to XmlAttributeOverrides
netstandard (1)
netstandard.cs (1)
2408
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAttributeOverrides
))]
System.Private.Xml (10)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
27
private readonly
XmlAttributeOverrides
_attributeOverrides;
68
public XmlReflectionImporter(
XmlAttributeOverrides
? attributeOverrides) : this(attributeOverrides, null)
75
public XmlReflectionImporter(
XmlAttributeOverrides
? attributeOverrides, string? defaultNamespace)
System\Xml\Serialization\XmlSerializer.cs (4)
172
public XmlSerializer(Type type,
XmlAttributeOverrides
? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace) :
191
public XmlSerializer(Type type,
XmlAttributeOverrides
? overrides) : this(type, overrides, Type.EmptyTypes, null, null, null)
276
public XmlSerializer(Type type,
XmlAttributeOverrides
? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace, string? location)
291
private static XmlTypeMapping GenerateXmlTypeMapping(Type type,
XmlAttributeOverrides
? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace)
System\Xml\Serialization\XmlSerializerFactory.cs (3)
23
public XmlSerializer CreateSerializer(Type type,
XmlAttributeOverrides
? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace)
44
public XmlSerializer CreateSerializer(Type type,
XmlAttributeOverrides
? overrides)
72
public XmlSerializer CreateSerializer(Type type,
XmlAttributeOverrides
? overrides, Type[]? extraTypes, XmlRootAttribute? root, string? defaultNamespace, string? location)
System.Xml (1)
System.Xml.cs (1)
133
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAttributeOverrides
))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAttributeOverrides
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
31
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAttributeOverrides
))]