1 write to value
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
338
this.
value
= keyValue.Value;
3 references to value
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
)));