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