1 write to PendingPreparingEnlistment
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
1158
localRuntimeTransaction.
PendingPreparingEnlistment
= preparingEnlistment;
2 references to PendingPreparingEnlistment
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
4048
if (this.runtimeTransaction.
PendingPreparingEnlistment
!= null)
4050
enlistment = this.runtimeTransaction.
PendingPreparingEnlistment
;