1 write to _hashTable
System.Private.Xml (1)
System\Xml\XmlNamespacemanager.cs (1)
178_hashTable = new Dictionary<string, int>(_lastDecl);
8 references to _hashTable
System.Private.Xml (8)
System\Xml\XmlNamespacemanager.cs (8)
108Debug.Assert(_hashTable != null); 109_hashTable[_nsdecls[decl].prefix] = _nsdecls[decl].previousNsIndex; 170Debug.Assert(_hashTable != null); 171_hashTable[prefix] = _lastDecl; 177Debug.Assert(_hashTable == null); 181_hashTable[_nsdecls[i].prefix] = i; 285Debug.Assert(_hashTable != null); 287if (_hashTable.TryGetValue(prefix, out declIndex))