1 write to transactionIsolationLevel
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
131this.transactionIsolationLevel = value;
2 references to transactionIsolationLevel
System.ServiceModel (2)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
113get { return this.transactionIsolationLevel; } 345channelDispatcher.TransactionIsolationLevel = this.transactionIsolationLevel;