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)
30Fx.Assert(_refCount >= 0, "RefCount should not be less than zero."); 32if (_refCount == 0)