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