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
;
124
if (
_objectsArray
== null) {
127
return
_objectsArray
;
368
_objectsArray
.CopyTo(serArray);