1 write to _objectsTable
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
545_objectsTable = objectsTable;
3 references to _objectsTable
System.Collections.Specialized (3)
System\Collections\Specialized\OrderedDictionary.cs (3)
554private bool IsKeys => _objectsTable is not null; 584Debug.Assert(_objectsTable is not null); 585return value != null && _objectsTable.ContainsKey(value);