2 writes to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
246_onCollectionChangingDelegate += value; 251_onCollectionChangingDelegate -= value;
2 references to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
722if (_onCollectionChangingDelegate != null) 725_onCollectionChangingDelegate(this, ccevent);