19 references to Unspecified
System.ServiceModel (8)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
30
internal static IsolationLevel DefaultIsolationLevel = IsolationLevel.
Unspecified
;
54
case IsolationLevel.
Unspecified
:
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
105
this.isolationLevel = IsolationLevel.
Unspecified
;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
374
case IsolationLevel.
Unspecified
:
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
362
if ((this.isolation != IsolationLevel.
Unspecified
) && (transaction.IsolationLevel != this.isolation))
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
24
internal static IsolationLevel DefaultIsolationLevel = IsolationLevel.
Unspecified
;
122
case IsolationLevel.
Unspecified
:
System\ServiceModel\Transactions\WsatProxy.cs (1)
471
case IsolationLevel.
Unspecified
:
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
140
if (isolation != IsolationLevel.
Unspecified
)
System.Transactions (8)
System\Transactions\Oletx\OletxTransactionManager.cs (3)
612
if ( IsolationLevel.
Unspecified
== properties.IsolationLevel )
916
case IsolationLevel.
Unspecified
:
944
retVal = IsolationLevel.
Unspecified
;
System\Transactions\Transaction.cs (2)
434
if (IsolationLevel.
Unspecified
== this.isoLevel)
478
if (IsolationLevel.
Unspecified
== this.isoLevel)
System\Transactions\TransactionManager.cs (1)
577
case IsolationLevel.
Unspecified
:
System\Transactions\TransactionScope.cs (2)
246
if ( (IsolationLevel.
Unspecified
!= transactionOptions.IsolationLevel) && ( expectedCurrent.IsolationLevel != transactionOptions.IsolationLevel ) )
339
if ( (IsolationLevel.
Unspecified
!= transactionOptions.IsolationLevel) && ( expectedCurrent.IsolationLevel != transactionOptions.IsolationLevel ) )
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (1)
563
if (tranOpts.IsolationLevel == IsolationLevel.
Unspecified
)
WorkflowExecutor.cs (1)
2093
if (tranOpts.IsolationLevel == IsolationLevel.
Unspecified
)