1 write to promotedToken
System.Transactions.Local (1)
System\Transactions\TransactionState.cs (1)
4439tx.promotedToken = propagationToken;
9 references to promotedToken
System.Transactions.Local (9)
System\Transactions\TransactionState.cs (9)
659if (tx.promotedToken == null) 664Debug.Assert(tx.promotedToken != null); 665return tx.promotedToken; 2101Debug.Assert(tx.promotedToken != null, "InternalTransaction.promotedToken is null in TransactionStateDelegatedNonMSDTCBase or one of its derived classes."); 2102return tx.promotedToken; 3633Debug.Assert(tx.promotedToken != null, "InternalTransaction.promotedToken is null in TransactionStateDelegatedNonMSDTCBase or one of its derived classes."); 3634return tx.promotedToken; 4266Debug.Assert((tx.promotedToken != null), "PSPEPromote for non-MSDTC promotion did not set InternalTransaction.PromotedToken."); 4279if (tx.promotedToken == null)