4 writes to LastCounter
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\CollectibleLRUCache.cs (4)
80
node.
LastCounter
= Interlocked.Increment(ref counter);
115
node.
LastCounter
= Interlocked.Increment(ref counter);
139
node.
LastCounter
= Interlocked.Increment(ref counter);
259
array[i].
LastCounter
-= this.counter;
2 references to LastCounter
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\CollectibleLRUCache.cs (2)
279
return x.
LastCounter
- y.
LastCounter
;