2 writes to totalCollectCount
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\CollectibleLRUCache.cs (2)
313this.totalCollectCount = this.Count; 353int currentCount = Interlocked.Decrement(ref this.totalCollectCount);
1 reference to totalCollectCount
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
314if (this.totalCollectCount == 0)