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