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