5 references to WriteAttribute
System.Private.Xml (5)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
851
WriteAttribute
(attribute.Name, ns, sb.ToString());
1016
WriteAttribute
(name, ns, stringValue);
System\Xml\Serialization\XmlSerializationWriter.cs (3)
184
WriteAttribute
("type", XmlSchema.InstanceNamespace, GetQualifiedName(name, ns));
940
WriteAttribute
(Wsdl.ArrayType, Wsdl.Namespace, value);
944
WriteAttribute
(attr.Name, attr.NamespaceURI, attr.Value);