2 writes to tmWentDown
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
69this.tmWentDown = false; 90this.tmWentDown = true;
2 references to tmWentDown
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
234if ( this.aborting || this.tmWentDown ) 498if ( ( this.aborting ) || ( this.tmWentDown ) || ( commitNotYetCalled ) || ( 2 == this.phase ) )