7 references to Snapshot
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
63case SysTx.IsolationLevel.Snapshot: _isolationLevel = IsolationLevel.Snapshot; break;
System.ServiceModel (3)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
56case IsolationLevel.Snapshot:
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
376case IsolationLevel.Snapshot:
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
124case IsolationLevel.Snapshot:
System.Transactions (3)
System\Transactions\TransactionManager.cs (1)
579case IsolationLevel.Snapshot:
System\Transactions\TransactionState.cs (2)
2921if ( tx.outcomeSource.isoLevel == IsolationLevel.Snapshot ) 4071if ( tx.outcomeSource.isoLevel == IsolationLevel.Snapshot )