2 writes to onListChanged
System.Data.Entity (2)
System\Data\Objects\ObjectView.cs (2)
228onListChanged += value; 232onListChanged -= value;
2 references to onListChanged
System.Data.Entity (2)
System\Data\Objects\ObjectView.cs (2)
486if (onListChanged != null && !_suspendEvent) 488onListChanged(this, changeArgs);