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