1 write to key
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
337this.key = keyValue.Key;
3 references to key
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (3)
339this.hashCode = CombineHashCodes(this.key.GetHashCode(), this.value.GetHashCode()); 349((this.key == target.key) && (this.value == target.value)));