1 write to parent
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
75this.parent = parent;
7 references to parent
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (7)
88if (!this.ExecuteWhere(target, messageToReadHeaders, this.parent.whereRuntime, out select)) 165additionalKey = new CorrelationKey(values, this.parent.scopeName.ToString(), null) { Name = item.Key }; 185if (this.parent.keyCache.TryGetValue(cacheKey, out correlationKey)) 190correlationKey = new CorrelationKey(values, this.parent.scopeName.ToString(), null); 191this.parent.keyCache.Add(cacheKey, correlationKey); 195return new CorrelationKey(values, this.parent.scopeName.ToString(), null); 211TD.TraceCorrelationKeys(instanceKey.Value, keyValueAsString.ToString(), this.parent.scopeName.ToString());