2 types derived from CorrelationCacheKey
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (2)
326class SingleCacheKey : CorrelationCacheKey 358class MultipleCacheKey : CorrelationCacheKey
5 references to CorrelationCacheKey
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (5)
184CorrelationCacheKey cacheKey = CorrelationCacheKey.CreateKey(values); 291internal void Add(CorrelationCacheKey key, CorrelationKey value) 300internal bool TryGetValue(CorrelationCacheKey key, out CorrelationKey value) 309static internal CorrelationCacheKey CreateKey(Dictionary<string, string> keys)