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