19 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)
54protected 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)
745protected override bool TryComputeLength(out long length)
TestClientTests.cs (1)
701protected override bool TryComputeLength(out long length)
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
18protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 388protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 407protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 478protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
System.Net.Http.Json (1)
System\Net\Http\Json\JsonContent.cs (1)
107protected override bool TryComputeLength(out long length)