14 references to OletxTransactionOutcome
System.Transactions.Local (14)
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (5)
37public void Reenlist(byte[] prepareInfo, out OletxTransactionOutcome outcome) 47OletxXactStat.XACTSTAT_ABORTED => OletxTransactionOutcome.Aborted, 48OletxXactStat.XACTSTAT_COMMITTED => OletxTransactionOutcome.Committed, 49_ => OletxTransactionOutcome.Aborted 54outcome = OletxTransactionOutcome.NotKnownYet;
System\Transactions\Oletx\OletxResourceManager.cs (9)
348OletxTransactionOutcome outcome = OletxTransactionOutcome.NotKnownYet; 380if (OletxTransactionOutcome.Committed == outcome) 384else if (OletxTransactionOutcome.Aborted == outcome) 599OletxTransactionOutcome localOutcome = OletxTransactionOutcome.NotKnownYet; 618if (localOutcome == OletxTransactionOutcome.NotKnownYet) 680if (localOutcome == OletxTransactionOutcome.Committed) 691else if (localOutcome == OletxTransactionOutcome.Aborted)