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