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