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