3 writes to promoter
System.Transactions (3)
System\Transactions\InternalTransaction.cs (1)
378this.promoter = promoter;
System\Transactions\TransactionState.cs (2)
1445tx.promoter = promotableSinglePhaseNotification; 1762tx.promoter = promotableSinglePhaseNotification;
5 references to promoter
System.Transactions (5)
System\Transactions\TransactionState.cs (5)
1502Debug.Assert( tx.promoter != null, "Transaction Promoter is Null entering SubordinateActive" ); 1516((ISimpleTransactionSuperior)tx.promoter).Rollback(); 5292Byte[] propagationToken = tx.promoter.Promote(); 5402if (promotableNotification != tx.promoter) 5445if (promotableNotification != tx.promoter)