2 writes to SoapAttributes
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1082member.SoapAttributes = new SoapAttributes(additionalAttributesProvider); 1094member.SoapAttributes = new SoapAttributes();
7 references to SoapAttributes
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
649SoapAttributes a = xmlReflectionMember.SoapAttributes;
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (6)
1092if (member.SoapAttributes == null) 1099if (member.SoapAttributes.SoapAttribute != null) 1103else if (member.SoapAttributes.SoapIgnore) 1107else if (member.SoapAttributes.SoapType != null) 1118if (member.SoapAttributes.SoapElement == null) 1120member.SoapAttributes.SoapElement = new SoapElementAttribute(elementName.DecodedName);