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