25 overrides of TryComputeLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (2)
193protected override bool TryComputeLength(out long length) 238protected override bool TryComputeLength(out long length)
HttpStress (3)
Program.cs (3)
682protected override bool TryComputeLength(out long length) 699protected override bool TryComputeLength(out long length) 722protected override bool TryComputeLength(out long length)
Interop.FunctionalTests (3)
Http3\Http3RequestTests.cs (1)
52protected override bool TryComputeLength(out long length)
HttpClientHttp2InteropTests.cs (2)
222protected override bool TryComputeLength(out long length) 499protected override bool TryComputeLength(out long length)
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\SendUtils.cs (1)
105protected override bool TryComputeLength(out long length)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
Listener\RequestBodyTests.cs (1)
228protected override bool TryComputeLength(out long length)
RequestBodyLimitTests.cs (1)
438protected override bool TryComputeLength(out long length)
RequestBodyTests.cs (1)
372protected override bool TryComputeLength(out long length)
Microsoft.AspNetCore.TestHost.Tests (2)
ClientHandlerTests.cs (1)
734protected override bool TryComputeLength(out long length)
TestClientTests.cs (1)
565protected override bool TryComputeLength(out long length)
Microsoft.Build.Tasks.UnitTests (1)
DownloadFile_Tests.cs (1)
381protected override bool TryComputeLength(out long length)
System.Net.Http (7)
System\Net\Http\ByteArrayContent.cs (1)
55protected internal override bool TryComputeLength(out long length)
System\Net\Http\EmptyContent.cs (1)
13protected internal override bool TryComputeLength(out long length)
System\Net\Http\MultipartContent.cs (1)
358protected internal override bool TryComputeLength(out long length)
System\Net\Http\ReadOnlyMemoryContent.cs (1)
28protected internal override bool TryComputeLength(out long length)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
191protected internal override bool TryComputeLength(out long length)
System\Net\Http\SocketsHttpHandler\HttpConnectionResponseContent.cs (1)
66protected internal sealed override bool TryComputeLength(out long length)
System\Net\Http\StreamContent.cs (1)
77protected internal override bool TryComputeLength(out long length)
System.Net.Http.Json (1)
System\Net\Http\Json\JsonContent.cs (1)
107protected override bool TryComputeLength(out long length)
System.ServiceModel.Http (2)
System\ServiceModel\Channels\MessageContent.cs (2)
215protected override bool TryComputeLength(out long length) 266protected override bool TryComputeLength(out long length)
2 references to TryComputeLength
System.Net.Http (2)
System\Net\Http\HttpContent.cs (1)
593if (TryComputeLength(out length))
System\Net\Http\MultipartContent.cs (1)
396if (!content.TryComputeLength(out long tempContentLength))