12 writes to ContentLength64
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
196ctx.Response.ContentLength64 = content.Length;
dotnet (3)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (3)
131response.ContentLength64 = 0; 193response.ContentLength64 = responseFrame.Length; 328response.ContentLength64 = 0;
dotnet-aot (3)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (3)
131response.ContentLength64 = 0; 193response.ContentLength64 = responseFrame.Length; 328response.ContentLength64 = 0;
Infrastructure.Tests (4)
PowerShellScripts\DownloadNativeArchivesTests.cs (4)
586ctx.Response.ContentLength64 = bytes.Length; 622ctx.Response.ContentLength64 = zipBytes.Length; 636ctx.Response.ContentLength64 = garbage.Length; 644ctx.Response.ContentLength64 = bytes.Length;
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
120ContentLength64 = responseEntity.Length;