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