7 references to SoapElementAttribute
netstandard (1)
netstandard.cs (1)
2390[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapElementAttribute))]
System.Private.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (4)
21private SoapElementAttribute? _soapElement; 40else if (attrs[i] is SoapElementAttribute) 42_soapElement = (SoapElementAttribute)attrs[i]; 107public SoapElementAttribute? SoapElement
System.Xml (1)
System.Xml.cs (1)
115[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapElementAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapElementAttribute))]