2 writes to _tmWentDown
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
234
_tmWentDown
= true;
535
_tmWentDown
= true;
2 references to _tmWentDown
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
197
if (value != null && (_aborting ||
_tmWentDown
))
593
if (_aborting || commitNotYetCalled ||
_tmWentDown
)