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