5 writes to isoLevel
System.Transactions (5)
System\Transactions\Transaction.cs (5)
431
this.
isoLevel
= isoLevel;
436
this.
isoLevel
= System.Transactions.TransactionManager.DefaultIsolationLevel;
457
this.
isoLevel
= oleTransaction.IsolationLevel;
475
this.
isoLevel
= isoLevel;
480
this.
isoLevel
= System.Transactions.TransactionManager.DefaultIsolationLevel;
8 references to isoLevel
System.Transactions (8)
System\Transactions\Transaction.cs (5)
434
if (IsolationLevel.Unspecified == this.
isoLevel
)
478
if (IsolationLevel.Unspecified == this.
isoLevel
)
603
return this.
isoLevel
;
1014
Transaction clone = new Transaction(this.
isoLevel
,
1059
this.
isoLevel
, this.internalTransaction, cloneOption == DependentCloneOption.BlockCommitUntilComplete);
System\Transactions\TransactionState.cs (3)
2921
if ( tx.outcomeSource.
isoLevel
== IsolationLevel.Snapshot )
2952
options.IsolationLevel = tx.outcomeSource.
isoLevel
;
4071
if ( tx.outcomeSource.
isoLevel
== IsolationLevel.Snapshot )