3 writes to _promoter
System.Transactions.Local (3)
System\Transactions\InternalTransaction.cs (1)
283_promoter = promoter;
System\Transactions\TransactionState.cs (2)
781tx._promoter = promotableSinglePhaseNotification; 1070tx._promoter = promotableSinglePhaseNotification;
7 references to _promoter
System.Transactions.Local (7)
System\Transactions\TransactionState.cs (7)
835Debug.Assert(tx._promoter != null, "Transaction Promoter is Null entering SubordinateActive"); 845Debug.Assert(tx._promoter != null); 846((ISimpleTransactionSuperior)tx._promoter).Rollback(); 4422Debug.Assert(tx._promoter != null); 4423byte[]? propagationToken = tx._promoter.Promote(); 4532if (promotableNotification != tx._promoter) 4575if (promotableNotification != tx._promoter)