1 write to _nsHashtable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1868
_nsHashtable
= new Dictionary<string, int>(_hasher);
6 references to _nsHashtable
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (6)
1881
if (
_nsHashtable
.TryGetValue(prefix, out existingNsIndex))
1885
_nsHashtable
[prefix] = namespaceIndex;
1893
if (
_nsHashtable
.TryGetValue(prefix, out index))
1917
Debug.Assert(
_nsHashtable
.ContainsKey(_nsStack[i].prefix));
1920
_nsHashtable
.Remove(_nsStack[i].prefix);
1924
_nsHashtable
[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;