24 references to XmlAttributes
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
988member.XmlAttributes = new XmlAttributes();
System.Web.Services (20)
System\Web\Services\Configuration\WebServicesSection.cs (19)
93XmlAttributes attrs = new XmlAttributes(); 177table.Add(typeof(ServiceDescription), new XmlAttributes()); 178table.Add(typeof(Import), new XmlAttributes()); 179table.Add(typeof(Port), new XmlAttributes()); 180table.Add(typeof(Service), new XmlAttributes()); 181table.Add(typeof(FaultBinding), new XmlAttributes()); 182table.Add(typeof(InputBinding), new XmlAttributes()); 183table.Add(typeof(OutputBinding), new XmlAttributes()); 184table.Add(typeof(OperationBinding), new XmlAttributes()); 185table.Add(typeof(Binding), new XmlAttributes()); 186table.Add(typeof(OperationFault), new XmlAttributes()); 187table.Add(typeof(OperationInput), new XmlAttributes()); 188table.Add(typeof(OperationOutput), new XmlAttributes()); 189table.Add(typeof(Operation), new XmlAttributes()); 190table.Add(typeof(PortType), new XmlAttributes()); 191table.Add(typeof(Message), new XmlAttributes()); 192table.Add(typeof(MessagePart), new XmlAttributes()); 193table.Add(typeof(Types), new XmlAttributes()); 208xmlAttrs = new XmlAttributes();
System\Web\Services\Protocols\SoapReflector.cs (1)
491member.XmlAttributes = new XmlAttributes();
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
27XmlAttributes authorizedTypeAttributes = new XmlAttributes();
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
28XmlAttributes defaultAttributes = new XmlAttributes();
System\Xml\Serialization\XmlReflectionMember.cs (1)
20XmlAttributes xmlAttributes = new XmlAttributes();