3 references to Doomed
System.Transactions (3)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1022if ( ( oletxTransaction.realOletxTransaction.Doomed ) ||
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
282localPhase0Shim.Phase0Done( ( this.collectedVoteYes ) && ( !this.realOletxTransaction.Doomed ) ); 835if ( ( collectedVoteYes ) && ( ! realOletxTransaction.Doomed ) )