7 references to SoapAttributeAttribute
netstandard (1)
netstandard.cs (1)
2387
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeAttribute
))]
System.Private.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (4)
22
private
SoapAttributeAttribute
? _soapAttribute;
44
else if (attrs[i] is
SoapAttributeAttribute
)
46
_soapAttribute = (
SoapAttributeAttribute
)attrs[i];
113
public
SoapAttributeAttribute
? SoapAttribute
System.Xml (1)
System.Xml.cs (1)
112
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeAttribute
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapAttributeAttribute
))]