2 writes to _objectsArray
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
64_objectsArray = dictionary._objectsArray; 125_objectsArray = new ArrayList(_initialCapacity);
4 references to _objectsArray
System (4)
compmod\system\collections\specialized\ordereddictionary.cs (4)
64_objectsArray = dictionary._objectsArray; 124if (_objectsArray == null) { 127return _objectsArray; 368_objectsArray.CopyTo(serArray);