3 writes to TooLateForEnlistments
System.Transactions.Local (3)
System\Transactions\Oletx\OletxEnlistment.cs (1)
266oletxTransaction!.RealOletxTransaction.TooLateForEnlistments = true;
System\Transactions\Oletx\OletxTransaction.cs (1)
639TooLateForEnlistments = false;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
946RealOletxTransaction.TooLateForEnlistments = true;
4 references to TooLateForEnlistments
System.Transactions.Local (4)
System\Transactions\Oletx\OletxTransaction.cs (4)
265if (RealOletxTransaction == null || RealOletxTransaction.TooLateForEnlistments) 296if (RealOletxTransaction == null || RealOletxTransaction.TooLateForEnlistments) 331if (RealOletxTransaction == null || RealOletxTransaction.TooLateForEnlistments) 1032else if (TooLateForEnlistments)