4 references to SoapIgnoreAttribute
netstandard (1)
netstandard.cs (1)
2392[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIgnoreAttribute))]
System.Private.Xml (1)
System\Xml\Serialization\SoapAttributes.cs (1)
35if (attrs[i] is SoapIgnoreAttribute || attrs[i] is ObsoleteAttribute)
System.Xml (1)
System.Xml.cs (1)
117[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIgnoreAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
15[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIgnoreAttribute))]