1 write to keyCache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
33
this.
keyCache
= new CorrelationKeyCache();
2 references to keyCache
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (2)
185
if (this.parent.
keyCache
.TryGetValue(cacheKey, out correlationKey))
191
this.parent.
keyCache
.Add(cacheKey, correlationKey);