1 write to localName
System.Runtime.Serialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
854
attribute.
localName
= name;
5 references to localName
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
209
if (attribute != null && attribute.prefix == Globals.XmlnsPrefix && attribute.
localName
== prefix)
System\Runtime\Serialization\ExtensionDataReader.cs (4)
172
this.localName = attribute.
localName
;
188
if (attribute.
localName
== name && attribute.ns == namespaceURI)
203
if (attribute.
localName
== name && attribute.ns == namespaceURI)
623
XmlAttribute xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.
localName
, a.ns);