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)
375
if (
_onCollectionChangedDelegate
!= null)
378
_onCollectionChangedDelegate
(this, ccevent);