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)
1533
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1556
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1571
if (
_onNodeInsertingDelegate
!= null)
1572
_onNodeInsertingDelegate
(this, args);