16 references to Serializable
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
278
opts.IsolationLevel = IsolationLevel.
Serializable
;
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
62
case SysTx.IsolationLevel.
Serializable
: _isolationLevel = IsolationLevel.Serializable; break;
System.ServiceModel (6)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
50
case IsolationLevel.
Serializable
:
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
117
this.isolationLevel = IsolationLevel.
Serializable
;
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
214
case IsolationLevel.
Serializable
:
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
370
case IsolationLevel.
Serializable
:
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
118
case IsolationLevel.
Serializable
:
System\ServiceModel\Transactions\WsatProxy.cs (1)
459
case IsolationLevel.
Serializable
:
System.Transactions (5)
System\Transactions\Oletx\OletxTransactionManager.cs (3)
901
case IsolationLevel.
Serializable
:
932
retVal = IsolationLevel.
Serializable
;
950
retVal = IsolationLevel.
Serializable
;
System\Transactions\TransactionManager.cs (2)
370
return IsolationLevel.
Serializable
;
573
case IsolationLevel.
Serializable
:
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
26
public static readonly DependencyProperty IsolationLevelProperty = DependencyProperty.Register("IsolationLevel", typeof(IsolationLevel), typeof(WorkflowTransactionOptions), new PropertyMetadata(IsolationLevel.
Serializable
, DependencyPropertyOptions.Metadata));
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (1)
565
tranOpts.IsolationLevel = IsolationLevel.
Serializable
;
WorkflowExecutor.cs (1)
2094
tranOpts.IsolationLevel = IsolationLevel.
Serializable
;