16 references to Serializable
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
278opts.IsolationLevel = IsolationLevel.Serializable;
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
62case SysTx.IsolationLevel.Serializable: _isolationLevel = IsolationLevel.Serializable; break;
System.ServiceModel (6)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
50case IsolationLevel.Serializable:
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
117this.isolationLevel = IsolationLevel.Serializable;
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
214case IsolationLevel.Serializable:
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
370case IsolationLevel.Serializable:
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
118case IsolationLevel.Serializable:
System\ServiceModel\Transactions\WsatProxy.cs (1)
459case IsolationLevel.Serializable:
System.Transactions (5)
System\Transactions\Oletx\OletxTransactionManager.cs (3)
901case IsolationLevel.Serializable: 932retVal = IsolationLevel.Serializable; 950retVal = IsolationLevel.Serializable;
System\Transactions\TransactionManager.cs (2)
370return IsolationLevel.Serializable; 573case IsolationLevel.Serializable:
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
26public 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)
565tranOpts.IsolationLevel = IsolationLevel.Serializable;
WorkflowExecutor.cs (1)
2094tranOpts.IsolationLevel = IsolationLevel.Serializable;