1 write to _transactionStatePromotedPhase1
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
393
_transactionStatePromotedPhase1
= temp;
3 references to _transactionStatePromotedPhase1
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
386
if (
_transactionStatePromotedPhase1
== null)
390
if (
_transactionStatePromotedPhase1
== null)
398
return
_transactionStatePromotedPhase1
;