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