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