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)
1500if (_nsHashtable.TryGetValue(prefix, out existingNsIndex)) 1504_nsHashtable[prefix] = namespaceIndex; 1512Debug.Assert(_nsHashtable.ContainsKey(_nsStack[i].prefix)); 1515_nsHashtable.Remove(_nsStack[i].prefix); 1519_nsHashtable[_nsStack[i].prefix] = _nsStack[i].prevNsIndex; 1549if (_nsHashtable.TryGetValue(prefix, out nsIndex)) 1572if (_nsHashtable.TryGetValue(prefix, out nsIndex))