1 write to isOneWay
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
47this.isOneWay = operationDescription.IsOneWay;
1 reference to isOneWay
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
93get { return this.isOneWay; }