5 writes to _committableTransaction
System.Transactions.Local (5)
System\Transactions\TransactionScope.cs (5)
68
_committableTransaction
= new CommittableTransaction();
130
_committableTransaction
= new CommittableTransaction(txTimeout);
205
_committableTransaction
= new CommittableTransaction(transactionOptions);
287
_committableTransaction
= new CommittableTransaction(transactionOptions);
904
_committableTransaction
= null;
18 references to _committableTransaction
System.Transactions.Local (18)
System\Transactions\TransactionScope.cs (18)
69
_expectedCurrent =
_committableTransaction
.Clone();
83
if (null ==
_committableTransaction
)
131
_expectedCurrent =
_committableTransaction
.Clone();
134
if ((null != _expectedCurrent) && (null ==
_committableTransaction
) && (TimeSpan.Zero != scopeTimeout))
155
if (null ==
_committableTransaction
)
206
_expectedCurrent =
_committableTransaction
.Clone();
220
if ((null != _expectedCurrent) && (null ==
_committableTransaction
) && (TimeSpan.Zero != scopeTimeout))
241
if (null ==
_committableTransaction
)
288
_expectedCurrent =
_committableTransaction
.Clone();
302
if ((null != _expectedCurrent) && (null ==
_committableTransaction
) && (TimeSpan.Zero != scopeTimeout))
323
if (null ==
_committableTransaction
)
558
Transaction? rollbackTransaction = (Transaction?)
_committableTransaction
?? _dependentTransaction;
791
Transaction? rollbackTransaction = (Transaction?)
_committableTransaction
?? _dependentTransaction;
798
if (null !=
_committableTransaction
)
800
_committableTransaction
.Commit();
814
if (null !=
_committableTransaction
)
816
_committableTransaction
.Dispose();
1039
if (_dependentTransaction == null &&
_committableTransaction
== null)