2 writes to _objectsTable
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (2)
63_objectsTable = dictionary._objectsTable; 141private Hashtable EnsureObjectsTable() => _objectsTable ??= new Hashtable(_initialCapacity, _comparer);
6 references to _objectsTable
System.Collections.Specialized (6)
System\Collections\Specialized\OrderedDictionary.cs (6)
63_objectsTable = dictionary._objectsTable; 183if (_objectsTable == null) 187return _objectsTable[key]; 245_objectsTable?.Clear(); 264if (_objectsTable == null) 268return _objectsTable.Contains(key);