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