3 references to SoapAttributes
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
146
return new
SoapAttributes
(type);
153
return new
SoapAttributes
(memberInfo);
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1082
member.SoapAttributes = new
SoapAttributes
(additionalAttributesProvider);