10 references to RepeatableRead
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
61case SysTx.IsolationLevel.RepeatableRead: _isolationLevel = IsolationLevel.RepeatableRead; break;
System.ServiceModel (6)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
51case IsolationLevel.RepeatableRead:
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
114this.isolationLevel = IsolationLevel.RepeatableRead;
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
217case IsolationLevel.RepeatableRead:
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
371case IsolationLevel.RepeatableRead:
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
119case IsolationLevel.RepeatableRead:
System\ServiceModel\Transactions\WsatProxy.cs (1)
462case IsolationLevel.RepeatableRead:
System.Transactions (3)
System\Transactions\Oletx\OletxTransactionManager.cs (2)
904case IsolationLevel.RepeatableRead: 935retVal = IsolationLevel.RepeatableRead;
System\Transactions\TransactionManager.cs (1)
574case IsolationLevel.RepeatableRead: