8 references to CorrelationInitializerAttribute
System.Workflow.Activities (8)
CorrelationValidator.cs (6)
164
attributes = targetMember.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), false) as object[];
256
attributes = existingTargetMember.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), false) as object[];
504
int aliasLength = memberInfo.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), false).Length;
525
int aliasLength = memberInfo.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), false).Length;
619
error.UserData.Add(typeof(
CorrelationInitializerAttribute
), interfaceType.Name);
635
if (memberInfo.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), false).Length != 0 ||
LocalService\CorrelationResolver.cs (2)
276
if ((member.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), true)).Length > 0)
283
if ((member.GetCustomAttributes(typeof(
CorrelationInitializerAttribute
), true)).Length > 0)