2 writes to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
234_onCollectionChangingDelegate += value; 239_onCollectionChangingDelegate -= value;
2 references to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
384if (_onCollectionChangingDelegate != null) 387_onCollectionChangingDelegate(this, ccevent);