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