2 writes to _onNodeInsertingDelegate
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
1458_onNodeInsertingDelegate += value; 1462_onNodeInsertingDelegate -= value;
4 references to _onNodeInsertingDelegate
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (4)
1533if (_onNodeInsertingDelegate == null && _onNodeInsertedDelegate == null) 1556if (_onNodeInsertingDelegate == null && _onNodeInsertedDelegate == null) 1571if (_onNodeInsertingDelegate != null) 1572_onNodeInsertingDelegate(this, args);