2 writes to IsOneWay
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
322
workflowOperationListItem.Operation.
IsOneWay
= this.oneWayCheckBox.Checked;
System\Workflow\Activities\OperationInfo.cs (1)
115
clonedOperation.
IsOneWay
= this.IsOneWay;
5 references to IsOneWay
System.WorkflowServices (5)
System\Workflow\Activities\ContractMethodInfo.cs (1)
84
operationContract.IsOneWay = operationInfo.
IsOneWay
;
System\Workflow\Activities\OperationInfo.cs (4)
115
clonedOperation.IsOneWay = this.
IsOneWay
;
145
if (operationInfo.
IsOneWay
!= this.
IsOneWay
)
224
return this.
IsOneWay
;