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