2 writes to ContractType
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
87
serviceContract.
ContractType
= typedOperationInfo.ContractType;
233
contractItem.
ContractType
= typeBrowserDialog.SelectedType;
3 references to ContractType
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
294
ImportContract(serviceContractListItem.
ContractType
);
421
if (!serviceContractListItem.IsCustomContract && serviceContractListItem.
ContractType
.Equals(foundContract.
ContractType
))