2 writes to refCount
System.ServiceModel (2)
System\ServiceModel\ChannelFactoryRefCache.cs (2)
25this.refCount++; 31--this.refCount;
2 references to refCount
System.ServiceModel (2)
System\ServiceModel\ChannelFactoryRefCache.cs (2)
32Fx.Assert(this.refCount >= 0, "RefCount should not be less than zero."); 34if (this.refCount == 0)