3 writes to aborting
System.Transactions (3)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (3)
68
this.
aborting
= false;
471
this.
aborting
= abortHint;
482
this.
aborting
= true;
2 references to aborting
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
234
if ( this.
aborting
|| this.tmWentDown )
498
if ( ( this.
aborting
) || ( this.tmWentDown ) || ( commitNotYetCalled ) || ( 2 == this.phase ) )