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