6 references to ExternalDataExchangeAttribute
System.Workflow.Activities (6)
CorrelationValidator.cs (2)
46object[] attributes = interfaceType.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), false); 379object[] dsAttribs = interfaceType.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), false);
EventSinkActivity.cs (1)
514object[] dsAttribs = type.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), false);
LocalService\CorrelationResolver.cs (2)
107corrProviderAttribs = this.interfaceType.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), true); 306if (interfaceType.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), true).Length == 0)
LocalService\ExternalDataExchangeService.cs (1)
276object[] attributes = type.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), false);