1 write to onTransactionComplete
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
799
this.
onTransactionComplete
= new BookmarkCallback(this.OnTransactionComplete);
2 references to onTransactionComplete
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
797
if (this.
onTransactionComplete
== null)
803
transactionHandle.CompleteTransaction(context, this.
onTransactionComplete
);