2 overrides of GetContractFullName
System.WorkflowServices (2)
System\Workflow\Activities\OperationInfo.cs (1)
201
protected internal override string
GetContractFullName
(IServiceProvider provider)
System\Workflow\Activities\TypedOperationInfo.cs (1)
103
protected internal override string
GetContractFullName
(IServiceProvider provider)
5 references to GetContractFullName
System.WorkflowServices (5)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
71
string contractName = operationInfo.
GetContractFullName
(null);
373
ServiceContractListItem serviceContract = this.serviceContracts.Find(operationInfo.
GetContractFullName
(null));
System\Workflow\Activities\ReceiveActivityDesigner.cs (2)
109
string sourceContract = source.
GetContractFullName
(null);
110
string targetContract = target.
GetContractFullName
(null);
System\Workflow\Activities\ServiceOperationInfoTypeConverter.cs (1)
40
string contractName = serviceOperationInfo.
GetContractFullName
(null);