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