2 writes to _newItems
System (2)
compmod\system\collections\specialized\notifycollectionchangedeventargs.cs (2)
301_newItems = (newItems == null) ? null : ArrayList.ReadOnly(newItems); 329_newItems = (newItems == null) ? null : ArrayList.ReadOnly(newItems);
1 reference to _newItems
System (1)
compmod\system\collections\specialized\notifycollectionchangedeventargs.cs (1)
366get { return _newItems; }