1 instantiation of InteropEnlistment
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
854
enlistment = new
InteropEnlistment
(Transaction.Current, resourceManager);
3 references to InteropEnlistment
System.Workflow.Runtime (3)
System\Activities\Statements\Interop.cs (3)
56
Variable<
InteropEnlistment
> interopEnlistment;
71
this.interopEnlistment = new Variable<
InteropEnlistment
>();
851
InteropEnlistment
enlistment = this.interopEnlistment.Get(context);