2 writes to _onCollectionChangedDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
232
_onCollectionChangedDelegate
+= value;
237
_onCollectionChangedDelegate
-= value;
2 references to _onCollectionChangedDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
713
if (
_onCollectionChangedDelegate
!= null)
716
_onCollectionChangedDelegate
(this, ccevent);