2 writes to _onNodeInsertingDelegate
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
1514
_onNodeInsertingDelegate
+= value;
1518
_onNodeInsertingDelegate
-= value;
3 references to _onNodeInsertingDelegate
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
1589
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1612
if (
_onNodeInsertingDelegate
== null && _onNodeInsertedDelegate == null)
1627
_onNodeInsertingDelegate
?.Invoke(this, args);