1 write to isInsideTransactedReceiveScope
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
339this.isInsideTransactedReceiveScope = value;
1 reference to isInsideTransactedReceiveScope
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
333get { return this.isInsideTransactedReceiveScope; }