2 writes to _tmWentDown
System.Transactions.Local (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
64
_tmWentDown
= false;
83
_tmWentDown
= true;
2 references to _tmWentDown
System.Transactions.Local (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
211
if (_aborting ||
_tmWentDown
)
457
if (_aborting ||
_tmWentDown
|| commitNotYetCalled || Phase == 2)