12 references to XmlAttributes
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
334
XmlAttributes xmlAttributes = new
XmlAttributes
(header.AdditionalAttributesProvider);
963
member.XmlAttributes = new
XmlAttributes
(additionalAttributesProvider);
System.Web.Services (5)
System\Web\Services\Description\MimeXmlReflector.cs (1)
39
XmlAttributes a = new
XmlAttributes
(methodInfo.ReturnTypeCustomAttributeProvider);
System\Web\Services\Protocols\SoapReflector.cs (3)
425
member.XmlAttributes = new
XmlAttributes
(methodInfo.ReturnTypeCustomAttributeProvider);
489
XmlAttributes a = new
XmlAttributes
(soapHeader.headerType);
560
soapParamInfo.xmlAttributes = new
XmlAttributes
(paramInfo);
System\Web\Services\Protocols\XmlReturnReader.cs (1)
35
XmlAttributes a = new
XmlAttributes
(methodInfo.ReturnTypeCustomAttributeProvider);
System.Xml (5)
System\Xml\Serialization\Types.cs (1)
1138
XmlAttributes methodAttrs = new
XmlAttributes
(enumerator);
System\Xml\Serialization\XmlReflectionImporter.cs (4)
225
return new
XmlAttributes
(type);
231
return new
XmlAttributes
(memberInfo);
1168
XmlAttributes structAttrs = new
XmlAttributes
(xmlReflectionMember.MemberType);
1952
XmlAttributes a = new
XmlAttributes
(type);