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