8 references to ProxyIsolationLevel
System.ServiceModel (8)
System\ServiceModel\Transactions\WsatProxy.cs (8)
454
static
ProxyIsolationLevel
ConvertIsolationLevel(IsolationLevel IsolationLevel)
456
ProxyIsolationLevel
retVal;
460
retVal =
ProxyIsolationLevel
.Serializable;
463
retVal =
ProxyIsolationLevel
.RepeatableRead;
466
retVal =
ProxyIsolationLevel
.ReadCommitted;
469
retVal =
ProxyIsolationLevel
.ReadUncommitted;
472
retVal =
ProxyIsolationLevel
.Unspecified;
475
retVal =
ProxyIsolationLevel
.Serializable;