2 references to TryWrite
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\Frames\Http3Frame.cs (1)
50
if (VariableLengthIntegerHelper.
TryWrite
(buffer, payloadLength, out int payloadLengthEncodedLength))
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
192
bool res =
TryWrite
(buffer, longToEncode, out int bytesWritten);