1 instantiation of CorrelationPropertyValue
System.Workflow.Activities (1)
LocalService\CorrelationResolver.cs (1)
432return new CorrelationPropertyValue(propertyName, location, param.Position);
9 references to CorrelationPropertyValue
System.Workflow.Activities (9)
LocalService\CorrelationResolver.cs (9)
216Dictionary<string, CorrelationPropertyValue[]> cachedCorrelationProperties; 226this.cachedCorrelationProperties = new Dictionary<string, CorrelationPropertyValue[]>(); 232CorrelationPropertyValue[] correlationProperties = null; 302private CorrelationPropertyValue[] GetCorrelationProperties(Type interfaceType, string methodName) 304CorrelationPropertyValue[] correlationProperties = null; 315correlationProperties = new CorrelationPropertyValue[correlationParamAttributes.Count]; 338CorrelationPropertyValue value = GetCorrelationProperty(parameters, paramAttribute.Name, location); 365private CorrelationPropertyValue GetCorrelationProperty(ParameterInfo[] parameters, String propertyName, String location) 424private CorrelationPropertyValue GetCorrelationProperty(ParameterInfo[] parameters, string propertyName, string parameterName, string location)