1 write to cachedCorrelationProperties
System.Workflow.Activities (1)
LocalService\CorrelationResolver.cs (1)
226this.cachedCorrelationProperties = new Dictionary<string, CorrelationPropertyValue[]>();
3 references to cachedCorrelationProperties
System.Workflow.Activities (3)
LocalService\CorrelationResolver.cs (3)
239this.cachedCorrelationProperties.TryGetValue(methodName, out correlationProperties); 244this.cachedCorrelationProperties.TryGetValue(methodName, out correlationProperties); 248this.cachedCorrelationProperties.Add(methodName, correlationProperties);