20 references to XmlAttributes
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
28private readonly XmlAttributes _defaultAttributes = new XmlAttributes();
System\Xml\Serialization\XmlReflectionMember.cs (1)
17private XmlAttributes _xmlAttributes = new XmlAttributes();
System.Web.Services.Description (18)
System\Web\Services\Configuration\WebServicesSection.cs (18)
35table.Add(typeof(ServiceDescription), new XmlAttributes()); 36table.Add(typeof(Import), new XmlAttributes()); 37table.Add(typeof(Port), new XmlAttributes()); 38table.Add(typeof(Service), new XmlAttributes()); 39table.Add(typeof(FaultBinding), new XmlAttributes()); 40table.Add(typeof(InputBinding), new XmlAttributes()); 41table.Add(typeof(OutputBinding), new XmlAttributes()); 42table.Add(typeof(OperationBinding), new XmlAttributes()); 43table.Add(typeof(Binding), new XmlAttributes()); 44table.Add(typeof(OperationFault), new XmlAttributes()); 45table.Add(typeof(OperationInput), new XmlAttributes()); 46table.Add(typeof(OperationOutput), new XmlAttributes()); 47table.Add(typeof(Operation), new XmlAttributes()); 48table.Add(typeof(PortType), new XmlAttributes()); 49table.Add(typeof(Message), new XmlAttributes()); 50table.Add(typeof(MessagePart), new XmlAttributes()); 51table.Add(typeof(Types), new XmlAttributes()); 66xmlAttrs = new XmlAttributes();