1 write to promotedToken
System.Transactions.Local (1)
System\Transactions\TransactionState.cs (1)
4439
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
;
3633
Debug.Assert(tx.
promotedToken
!= null, "InternalTransaction.promotedToken is null in TransactionStateDelegatedNonMSDTCBase or one of its derived classes.");
3634
return tx.
promotedToken
;
4266
Debug.Assert((tx.
promotedToken
!= null), "PSPEPromote for non-MSDTC promotion did not set InternalTransaction.PromotedToken.");
4279
if (tx.
promotedToken
== null)