2 writes to isTransactedReceive
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
94
this.
isTransactedReceive
= false;
217
this.
isTransactedReceive
= value;
2 references to isTransactedReceive
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
205
get { return this.
isTransactedReceive
&& this.session; }
212
return this.
isTransactedReceive
;