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)
108
Debug.Assert(
_hashTable
!= null);
109
_hashTable
[_nsdecls[decl].prefix] = _nsdecls[decl].previousNsIndex;
170
Debug.Assert(
_hashTable
!= null);
171
_hashTable
[prefix] = _lastDecl;
177
Debug.Assert(
_hashTable
== null);
181
_hashTable
[_nsdecls[i].prefix] = i;
285
Debug.Assert(
_hashTable
!= null);
287
if (
_hashTable
.TryGetValue(prefix, out declIndex))