2 writes to localName
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
126this.localName = null; 694this.localName = GetLocalName(true);
4 references to localName
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
692if (this.localName == null) 697return this.localName; 987if (this.localName != null) 989return this.localName;