1 instantiation of SoapEnumAttribute
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
596
a.SoapEnum ??= new
SoapEnumAttribute
();
7 references to SoapEnumAttribute
netstandard (1)
netstandard.cs (1)
2391
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapEnumAttribute
))]
System.Private.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (4)
23
private
SoapEnumAttribute
? _soapEnum;
52
else if (attrs[i] is
SoapEnumAttribute
)
54
_soapEnum = (
SoapEnumAttribute
)attrs[i];
95
public
SoapEnumAttribute
? SoapEnum
System.Xml (1)
System.Xml.cs (1)
116
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapEnumAttribute
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapEnumAttribute
))]