10 references to IsTransactedInvoke
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\WorkflowControlClient.cs (10)
165if (this.IsTransactedInvoke)
198if (this.IsTransactedInvoke)
235if (this.IsTransactedInvoke)
277if (this.IsTransactedInvoke)
314if (this.IsTransactedInvoke)
371return new CancelAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state);
383return new RunAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state);
401return new SuspendAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state);
413return new UnsuspendAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, callback, state);
431return new TerminateAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state);