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