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