5 writes to isolationLevel
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ServiceInfo.cs (5)
105
this.
isolationLevel
= IsolationLevel.Unspecified;
108
this.
isolationLevel
= IsolationLevel.ReadUncommitted;
111
this.
isolationLevel
= IsolationLevel.ReadCommitted;
114
this.
isolationLevel
= IsolationLevel.RepeatableRead;
117
this.
isolationLevel
= IsolationLevel.Serializable;
1 reference to isolationLevel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
277
get { return this.
isolationLevel
; }