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