2 overrides of GetContractType
System.WorkflowServices (2)
System\Workflow\Activities\OperationInfo.cs (1)
206protected internal override Type GetContractType(IServiceProvider provider)
System\Workflow\Activities\TypedOperationInfo.cs (1)
112internal protected override Type GetContractType(IServiceProvider provider)
3 references to GetContractType
System.WorkflowServices (3)
System\Workflow\Activities\ReceiveActivity.cs (1)
667Type contractType = serviceOperationInfo.GetContractType(((IComponent)this).Site);
System\Workflow\Activities\ValidationHelper.cs (2)
184Type contractType = serviceOperation.GetContractType(manager); 734Type contractType = operationInfo.GetContractType(manager);