1 write to cache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
287
this.
cache
= new HopperCache(128, false);
2 references to cache
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (2)
296
this.
cache
.Add(key, value);
302
value = (CorrelationKey)this.
cache
.GetValue(this.cacheLock, key);