4 writes to _localName
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
117
_localName
= null;
680
_localName
= _node.LocalName.GetString(NameTable);
686
_localName
= xmlns;
688
_localName
= _node.Namespace.Prefix.GetString(NameTable);
2 references to _localName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
675
if (
_localName
== null)
692
return
_localName
;