1 instantiation of SoapAttributeOverrides
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
42
_attributeOverrides = attributeOverrides ?? new
SoapAttributeOverrides
();
6 references to SoapAttributeOverrides
netstandard (1)
netstandard.cs (1)
2388
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeOverrides
))]
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
20
private readonly
SoapAttributeOverrides
_attributeOverrides;
35
public SoapReflectionImporter(
SoapAttributeOverrides
? attributeOverrides) : this(attributeOverrides, null)
39
public SoapReflectionImporter(
SoapAttributeOverrides
? attributeOverrides, string? defaultNamespace)
System.Xml (1)
System.Xml.cs (1)
113
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeOverrides
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeOverrides
))]