7 references to CorrelationProviderAttribute
System.Workflow.Activities (7)
CorrelationValidator.cs (2)
100attributes = interfaceType.GetCustomAttributes(typeof(CorrelationProviderAttribute), false); 376object[] attributes = interfaceType.GetCustomAttributes(typeof(CorrelationProviderAttribute), false);
Designers\EventSinkActivityDesigner.cs (1)
44object[] corrProvAttribs = interfaceType.GetCustomAttributes(typeof(CorrelationProviderAttribute), false);
Designers\InvokeMethodActivityDesigner.cs (1)
43object[] corrProvAttribs = interfaceType.GetCustomAttributes(typeof(CorrelationProviderAttribute), false);
LocalService\CorrelationResolver.cs (3)
104object[] corrProviderAttribs = this.interfaceType.GetCustomAttributes(typeof(CorrelationProviderAttribute), true); 123CorrelationProviderAttribute cpattrib = corrProviderAttribs[0] as CorrelationProviderAttribute;