10 references to ReadUncommitted
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
60case SysTx.IsolationLevel.ReadUncommitted: _isolationLevel = IsolationLevel.ReadUncommitted; break;
System.ServiceModel (6)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
53case IsolationLevel.ReadUncommitted:
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
108this.isolationLevel = IsolationLevel.ReadUncommitted;
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
223case IsolationLevel.ReadUncommitted:
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
373case IsolationLevel.ReadUncommitted:
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
121case IsolationLevel.ReadUncommitted:
System\ServiceModel\Transactions\WsatProxy.cs (1)
468case IsolationLevel.ReadUncommitted:
System.Transactions (3)
System\Transactions\Oletx\OletxTransactionManager.cs (2)
910case IsolationLevel.ReadUncommitted: 941retVal = IsolationLevel.ReadUncommitted;
System\Transactions\TransactionManager.cs (1)
576case IsolationLevel.ReadUncommitted: