9 references to Name
System.Workflow.Activities (9)
CorrelationValidator.cs (5)
476
if (String.IsNullOrEmpty(parameterAttribute.
Name
) || parameterAttribute.
Name
.Trim().Length == 0)
483
if (parameterAttrs.Contains(parameterAttribute.
Name
))
485
ValidationError error = new ValidationError(SR.GetString(CultureInfo.CurrentCulture, SR.Error_DuplicateCorrelationAttribute, typeof(CorrelationParameterAttribute).Name, parameterAttribute.
Name
, interfaceType.Name), ErrorNumbers.Error_DuplicateCorrelationAttribute);
490
parameterAttrs.Add(parameterAttribute.
Name
);
LocalService\CorrelationResolver.cs (4)
332
String location = paramAttribute.
Name
;
338
CorrelationPropertyValue value = GetCorrelationProperty(parameters, paramAttribute.
Name
, location);
340
throw new InvalidOperationException(SR.GetString(SR.Error_CorrelationParameterException, interfaceType.AssemblyQualifiedName, paramAttribute.
Name
, methodName));
361
correlationAliases.TryGetValue(paramAttribute.
Name
, out corrAlias);