1 instantiation of SoapEnumAttribute
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
596a.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)
23private SoapEnumAttribute? _soapEnum; 52else if (attrs[i] is SoapEnumAttribute) 54_soapEnum = (SoapEnumAttribute)attrs[i]; 95public 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))]