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