6 writes to PromotedEnlistment
System.Transactions (6)
System\Transactions\DurableEnlistmentState.cs (1)
188enlistment.PromotedEnlistment = promotedEnlistment;
System\Transactions\TransactionManager.cs (1)
273returnValue.InternalEnlistment.PromotedEnlistment =
System\Transactions\TransactionState.cs (4)
2423en.InternalEnlistment.PromotedEnlistment = 2455en.InternalEnlistment.PromotedEnlistment = 2495en.InternalEnlistment.PromotedEnlistment = 2539en.InternalEnlistment.PromotedEnlistment =
7 references to PromotedEnlistment
System.Transactions (7)
System\Transactions\EnlistmentState.cs (7)
179enlistment.PromotedEnlistment.EnlistmentDone(); 196enlistment.PromotedEnlistment.Prepared(); 213enlistment.PromotedEnlistment.ForceRollback( e ); 230enlistment.PromotedEnlistment.Committed(); 247enlistment.PromotedEnlistment.Aborted( e ); 264enlistment.PromotedEnlistment.InDoubt( e ); 281return enlistment.PromotedEnlistment.GetRecoveryInformation();