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