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