1 write to _onRemove
System.Private.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
65
set {
_onRemove
= value; }
3 references to _onRemove
System.Private.Xml (3)
System\Xml\Core\XmlAutoDetectWriter.cs (3)
64
get { return
_onRemove
; }
421
if (
_onRemove
!= null)
422
(this.
_onRemove
)(_wrapped);