2 writes to tmWentDown
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
69
this.
tmWentDown
= false;
90
this.
tmWentDown
= true;
2 references to tmWentDown
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 ) )