1 write to onRemove
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
64
set { this.
onRemove
= value; }
3 references to onRemove
System.Xml (3)
System\Xml\Core\XmlAutoDetectWriter.cs (3)
63
get { return this.
onRemove
; }
383
if (this.
onRemove
!= null)
384
(this.
onRemove
)(this.wrapped);