2 writes to _oldItems
System (2)
compmod\system\collections\specialized\notifycollectionchangedeventargs.cs (2)
303
_oldItems
= (oldItems == null) ? null : ArrayList.ReadOnly(oldItems);
337
_oldItems
= (oldItems == null) ? null : ArrayList.ReadOnly(oldItems);
1 reference to _oldItems
System (1)
compmod\system\collections\specialized\notifycollectionchangedeventargs.cs (1)
374
get { return
_oldItems
; }