3 writes to refCount
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
1564
this.
refCount
= 1;
1568
return ++
refCount
;
1572
return --
refCount
;