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)
22private SoapAttributeAttribute? _soapAttribute; 44else if (attrs[i] is SoapAttributeAttribute) 46_soapAttribute = (SoapAttributeAttribute)attrs[i]; 113public 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))]