8 writes to ContentType
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
195ctx.Response.ContentType = "text/plain; charset=utf-8";
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
192response.ContentType = BinaryContentType;
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
192response.ContentType = BinaryContentType;
Infrastructure.Tests (4)
PowerShellScripts\DownloadNativeArchivesTests.cs (4)
585ctx.Response.ContentType = "application/json"; 621ctx.Response.ContentType = "application/zip"; 635ctx.Response.ContentType = "application/zip"; 643ctx.Response.ContentType = "application/zip";
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
457response.ContentType = "text/html";