2 writes to tmWentDown
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
308this.tmWentDown = true; 637this.tmWentDown = true;
2 references to tmWentDown
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
262if ( ( null != value ) && ( this.aborting || this.tmWentDown ) ) 702if ( ( this.aborting ) || ( commitNotYetCalled ) || ( this.tmWentDown ) )