2 writes to _onNodeInsertingDelegate
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
1513
_onNodeInsertingDelegate
+= value;
1517
_onNodeInsertingDelegate
-= value;
3 references to _onNodeInsertingDelegate
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
1588
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1611
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1626
_onNodeInsertingDelegate
?.Invoke(this, args);