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