1 write to transactionIsolationLevel
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
63this.transactionIsolationLevel = value;
2 references to transactionIsolationLevel
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
45get { return this.transactionIsolationLevel; } 165channelDispatcher.TransactionIsolationLevel = this.transactionIsolationLevel;