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