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; 187Debug.Assert(_hashTable == null); 191_hashTable[_nsdecls[i].prefix] = i; 291if (_hashTable.TryGetValue(prefix, out declIndex))