2 writes to SuppressContent
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
233_httpResponse.SuppressContent = value;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
211_httpResponse.SuppressContent = value;
2 references to SuppressContent
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
230return _httpResponse.SuppressContent;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
208return _httpResponse.SuppressContent;