3 writes to _aborting
System.Transactions.Local (3)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (3)
63
_aborting
= false;
430
_aborting
= abortHint;
441
_aborting
= true;
2 references to _aborting
System.Transactions.Local (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
211
if (
_aborting
|| _tmWentDown)
457
if (
_aborting
|| _tmWentDown || commitNotYetCalled || Phase == 2)