1 write to _hashTable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
188
_hashTable
= new Dictionary<string, int>(_lastDecl);
5 references to _hashTable
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (5)
121
_hashTable
[_nsdecls[decl].prefix] = _nsdecls[decl].previousNsIndex;
181
_hashTable
[prefix] = _lastDecl;
187
Debug.Assert(
_hashTable
== null);
191
_hashTable
[_nsdecls[i].prefix] = i;
291
if (
_hashTable
.TryGetValue(prefix, out declIndex))