2 writes to _refCount
System.ServiceModel.Primitives (2)
System\ServiceModel\ChannelFactoryRefCache.cs (2)
23
_refCount
++;
29
--
_refCount
;
2 references to _refCount
System.ServiceModel.Primitives (2)
System\ServiceModel\ChannelFactoryRefCache.cs (2)
30
Fx.Assert(
_refCount
>= 0, "RefCount should not be less than zero.");
32
if (
_refCount
== 0)