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