6 writes to _promotedEnlistment
System.Transactions.Local (6)
System\Transactions\Enlistment.cs (6)
185set { _promotedEnlistment = value; } 257_promotedEnlistment = singlePhaseEnlistment; 276_promotedEnlistment = preparingEnlistment; 283_promotedEnlistment = enlistment; 290_promotedEnlistment = enlistment; 297_promotedEnlistment = enlistment;
1 reference to _promotedEnlistment
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
184get { return _promotedEnlistment; }