5 references to SoapAttributes
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
961member.SoapAttributes = new SoapAttributes(additionalAttributesProvider);
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
427member.SoapAttributes = new SoapAttributes(methodInfo.ReturnTypeCustomAttributeProvider); 561soapParamInfo.soapAttributes = new SoapAttributes(paramInfo);
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
170return new SoapAttributes(type); 176return new SoapAttributes(memberInfo);