3 references to WriteHexInt32Async
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs (2)
35
ValueTask writeTask = connection.
WriteHexInt32Async
(buffer.Length, async: false);
67
await connection.
WriteHexInt32Async
(buffer.Length, async: true).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1541
return
WriteHexInt32Async
(value, async: false);