1 write to _onRemove
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
67
set {
_onRemove
= value; }
3 references to _onRemove
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (3)
66
get { return
_onRemove
; }
436
if (
_onRemove
!= null)
437
(this.
_onRemove
)(_wrapped);