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