1 write to Response
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
src\Shared\RazorViews\BaseView.cs (1)
84Response = Context.Response;
4 references to Response
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (4)
src\Shared\RazorViews\BaseView.cs (1)
91await buffer.CopyToAsync(Response.Body);
Views\DatabaseErrorPage.Designer.cs (3)
43Response.StatusCode = 500; 44Response.ContentType = "text/html; charset=utf-8"; 45Response.ContentLength = null; // Clear any prior Content-Length