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)
554
private bool IsKeys =>
_objectsTable
is not null;
584
Debug.Assert(
_objectsTable
is not null);
585
return value != null &&
_objectsTable
.ContainsKey(value);