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