12 references to IsTransactedInvoke
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (12)
171if (this.IsTransactedInvoke) 204if (this.IsTransactedInvoke) 241if (this.IsTransactedInvoke) 283if (this.IsTransactedInvoke) 320if (this.IsTransactedInvoke) 361if (this.IsTransactedInvoke) 410return new CancelAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state); 422return new RunAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state); 440return new SuspendAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state); 452return new UnsuspendAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state); 470return new TerminateAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state); 482return new UpdateAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, updatedDefinitionIdentity, callback, state);