5 references to SoapIncludeAttribute
netstandard (1)
netstandard.cs (1)
2393[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIncludeAttribute))]
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
57object[] attrs = provider.GetCustomAttributes(typeof(SoapIncludeAttribute), false); 60IncludeType(((SoapIncludeAttribute)attrs[i]).Type, limiter);
System.Xml (1)
System.Xml.cs (1)
118[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIncludeAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net9.0\System.Xml.XmlSerializer.Forwards.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIncludeAttribute))]