7 writes to localName
System.Runtime.Serialization (7)
System\Runtime\Serialization\ExtensionDataReader.cs (7)
106this.localName = null; 172this.localName = attribute.localName; 228this.localName = element.localName; 319this.localName = String.Empty; 328this.localName = String.Empty; 341this.localName = String.Empty; 756this.localName = element.localName;
1 reference to localName
System.Runtime.Serialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
122public override string LocalName { get { return IsXmlDataNode ? xmlNodeReader.LocalName : localName; } }