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