1 write to _transactionStateDelegatedSubordinate
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
539
_transactionStateDelegatedSubordinate
= temp;
3 references to _transactionStateDelegatedSubordinate
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
532
if (
_transactionStateDelegatedSubordinate
== null)
536
if (
_transactionStateDelegatedSubordinate
== null)
544
return
_transactionStateDelegatedSubordinate
;