6 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.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
612if (member.IsDefined(typeof(SoapIgnoreAttribute), false/*inherit*/)) 1105invalidAttributeType = typeof(SoapIgnoreAttribute);
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))]