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