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