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)
197if (value != null && (_aborting || _tmWentDown)) 593if (_aborting || commitNotYetCalled || _tmWentDown)