4 writes to counter
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
);
262
this.
counter
= 0;
1 reference to counter
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
259
array[i].LastCounter -= this.
counter
;