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