1 write to _nsHashtable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
1487
_nsHashtable
= new Dictionary<string, int>(new SecureStringHasher());
7 references to _nsHashtable
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (7)
1500
if (
_nsHashtable
.TryGetValue(prefix, out existingNsIndex))
1504
_nsHashtable
[prefix] = namespaceIndex;
1512
Debug.Assert(
_nsHashtable
.ContainsKey(_nsStack[i].prefix));
1515
_nsHashtable
.Remove(_nsStack[i].prefix);
1519
_nsHashtable
[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;
1549
if (
_nsHashtable
.TryGetValue(prefix, out nsIndex))
1572
if (
_nsHashtable
.TryGetValue(prefix, out nsIndex))