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