2 references to s_downloadBytes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (2)
43
if (
s_downloadBytes
is null)
66
Task<byte[]?> task =
s_downloadBytes
(uri, cts?.Token ?? default, async);