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