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)
675if (_localName == null) 692return _localName;