1 write to _onRemove
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
59set { _onRemove = value; }
2 references to _onRemove
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
58get { return _onRemove; } 263_onRemove?.Invoke(_wrapped!);