1 write to interfaceType
System.Workflow.Activities (1)
LocalService\CorrelationResolver.cs (1)
90
this.
interfaceType
= interfaceType;
4 references to interfaceType
System.Workflow.Activities (4)
LocalService\CorrelationResolver.cs (4)
104
object[] corrProviderAttribs = this.
interfaceType
.GetCustomAttributes(typeof(CorrelationProviderAttribute), true);
107
corrProviderAttribs = this.
interfaceType
.GetCustomAttributes(typeof(ExternalDataExchangeAttribute), true);
108
object[] corrParameterAttribs = this.
interfaceType
.GetCustomAttributes(typeof(CorrelationParameterAttribute), true);
113
provider = new DefaultCorrelationProvider(this.
interfaceType
);