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