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