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