1 write to isInsideTransactedReceiveScope
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
101
this.
isInsideTransactedReceiveScope
= operation.IsInsideTransactedReceiveScope;
1 reference to isInsideTransactedReceiveScope
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
238
get { return this.
isInsideTransactedReceiveScope
; }