1 write to localName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
841
attribute.
localName
= name;
5 references to localName
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
182
if (attribute != null && attribute.prefix == Globals.XmlnsPrefix && attribute.
localName
== prefix)
System\Runtime\Serialization\ExtensionDataReader.cs (4)
164
_localName = attribute.
localName
;
180
if (attribute.
localName
== name && attribute.ns == namespaceURI)
195
if (attribute.
localName
== name && attribute.ns == namespaceURI)
619
XmlAttribute xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.
localName
!, a.ns);