1 write to localName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
574attribute.localName = name;
4 references to localName
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataObject.cs (1)
209if (attribute != null && attribute.prefix == Globals.XmlnsPrefix && attribute.localName == prefix)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (3)
163_localName = attribute.localName; 179if (attribute.localName == name && attribute.ns == namespaceURI) 194if (attribute.localName == name && attribute.ns == namespaceURI)