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