5 references to IsolationLevel
System.Activities (5)
System\Activities\Statements\TransactionScope.cs (5)
119
return this.
IsolationLevel
!= defaultIsolationLevel;
335
if (transaction.IsolationLevel != this.
IsolationLevel
)
362
IsolationLevel = this.
IsolationLevel
,
491
return this.Scope.Get(context).
IsolationLevel
;
550
if (transactionScope.
IsolationLevel
!= this.CurrentIsolationLevel.Get(context))