2 writes to SuppressEntityBody
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
267this.operationContext.OutgoingResponse.SuppressEntityBody = MustNotReturnMessageBody(statusCode);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
170responseContext.SuppressEntityBody = true;
1 reference to SuppressEntityBody
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
377if (!System.ServiceModel.Web.WebOperationContext.Current.OutgoingResponse.SuppressEntityBody)