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