5 writes to SoapAttributes
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
961
member.
SoapAttributes
= new SoapAttributes(additionalAttributesProvider);
968
member.
SoapAttributes
= new SoapAttributes();
System.Web.Services (3)
System\Web\Services\Protocols\SoapReflector.cs (3)
369
member.
SoapAttributes
= soapParamInfo.soapAttributes;
414
member.
SoapAttributes
= soapParamInfo.soapAttributes;
427
member.
SoapAttributes
= new SoapAttributes(methodInfo.ReturnTypeCustomAttributeProvider);
7 references to SoapAttributes
System.ServiceModel (6)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (6)
967
if (member.
SoapAttributes
== null)
972
if (member.
SoapAttributes
.SoapAttribute != null)
974
else if (member.
SoapAttributes
.SoapIgnore)
976
else if (member.
SoapAttributes
.SoapType != null)
981
if (member.
SoapAttributes
.SoapElement == null)
982
member.
SoapAttributes
.SoapElement = new SoapElementAttribute(elementName.DecodedName);
System.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
601
SoapAttributes a = xmlReflectionMember.
SoapAttributes
;