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