5 references to OletxDependentTransaction
System.Transactions.Local (5)
System\Transactions\InternalTransaction.cs (2)
97internal OletxDependentTransaction? _phase0WaveDependentClone; 109internal OletxDependentTransaction? _abortingDependentClone;
System\Transactions\NonWindowsUnsupported.cs (1)
100internal OletxDependentTransaction DependentClone(bool delayCommit)
System\Transactions\TransactionState.cs (2)
1896OletxDependentTransaction dtx = tx._phase0WaveDependentClone!; 1939OletxDependentTransaction dtx = tx._abortingDependentClone!;