2 writes to _onCollectionChangedDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
220_onCollectionChangedDelegate += value; 225_onCollectionChangedDelegate -= value;
2 references to _onCollectionChangedDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
375if (_onCollectionChangedDelegate != null) 378_onCollectionChangedDelegate(this, ccevent);