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)
374get { return _oldItems; }