6 writes to attributeLocalName
System.Runtime.Serialization (6)
System\Xml\XmlBaseWriter.cs (6)
60this.attributeLocalName = null; 94attributeLocalName = null; 242attributeLocalName = localName; 250attributeLocalName = localName; 353attributeLocalName = null; 361attributeLocalName = null;
3 references to attributeLocalName
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
329if (attributeLocalName == "lang") 333else if (attributeLocalName == "space") 359nsMgr.AddNamespaceIfNotDeclared(attributeLocalName, attributeValue, null);