21 references to XmlAttributes
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
27
private XmlAttributes _defaultAttributes = new
XmlAttributes
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionMember.cs (1)
18
private XmlAttributes _xmlAttributes = new
XmlAttributes
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
841
member.XmlAttributes = new
XmlAttributes
();
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (18)
33
table.Add(typeof(ServiceDescription), new
XmlAttributes
());
34
table.Add(typeof(Import), new
XmlAttributes
());
35
table.Add(typeof(Port), new
XmlAttributes
());
36
table.Add(typeof(Service), new
XmlAttributes
());
37
table.Add(typeof(FaultBinding), new
XmlAttributes
());
38
table.Add(typeof(InputBinding), new
XmlAttributes
());
39
table.Add(typeof(OutputBinding), new
XmlAttributes
());
40
table.Add(typeof(OperationBinding), new
XmlAttributes
());
41
table.Add(typeof(Binding), new
XmlAttributes
());
42
table.Add(typeof(OperationFault), new
XmlAttributes
());
43
table.Add(typeof(OperationInput), new
XmlAttributes
());
44
table.Add(typeof(OperationOutput), new
XmlAttributes
());
45
table.Add(typeof(Operation), new
XmlAttributes
());
46
table.Add(typeof(PortType), new
XmlAttributes
());
47
table.Add(typeof(Message), new
XmlAttributes
());
48
table.Add(typeof(MessagePart), new
XmlAttributes
());
49
table.Add(typeof(Types), new
XmlAttributes
());
69
xmlAttrs = new
XmlAttributes
();