1 write to transactionIsolationLevel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
384this.transactionIsolationLevel = value;
1 reference to transactionIsolationLevel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
365get { return this.transactionIsolationLevel; }