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