2 writes to TooLateForEnlistments
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
347
this.oletxTransaction.realOletxTransaction.
TooLateForEnlistments
= true;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1076
this.realOletxTransaction.
TooLateForEnlistments
= true;
3 references to TooLateForEnlistments
System.Transactions (3)
System\Transactions\Oletx\OleTxTransaction.cs (3)
303
if ( this.realOletxTransaction == null || this.realOletxTransaction.
TooLateForEnlistments
)
339
if ( this.realOletxTransaction == null || this.realOletxTransaction.
TooLateForEnlistments
)
376
if ( this.realOletxTransaction == null || this.realOletxTransaction.
TooLateForEnlistments
)