1 write to hashCode
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
339this.hashCode = CombineHashCodes(this.key.GetHashCode(), this.value.GetHashCode());
3 references to hashCode
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (3)
348(this.hashCode == target.hashCode) && 354return this.hashCode;