2 writes to _objectsTable
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
65
_objectsTable
= dictionary._objectsTable;
134
_objectsTable
= new Hashtable(_initialCapacity, _comparer);
3 references to _objectsTable
System (3)
compmod\system\collections\specialized\ordereddictionary.cs (3)
65
_objectsTable = dictionary.
_objectsTable
;
133
if (
_objectsTable
== null) {
136
return
_objectsTable
;