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