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