1 write to promotedToken
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
5308tx.promotedToken = propagationToken;
8 references to promotedToken
System.Transactions (8)
System\Transactions\TransactionState.cs (8)
1306if (tx.promotedToken == null) 1312return tx.promotedToken; 2874Debug.Assert(tx.promotedToken != null, "InternalTransaction.promotedToken is null in TransactionStateDelegatedNonMSDTCBase or one of its derived classes."); 2875return tx.promotedToken; 4469Debug.Assert(tx.promotedToken != null, "InternalTransaction.promotedToken is null in TransactionStateDelegatedNonMSDTCBase or one of its derived classes."); 4470return tx.promotedToken; 5133Debug.Assert((tx.promotedToken != null), string.Format(null, "PSPEPromote for non-MSDTC promotion did not set InternalTransaction.PromotedToken.")); 5146if (tx.promotedToken == null)