2 references to ReadAsyncInternal
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoStream.cs (2)
220
return
ReadAsyncInternal
(buffer.AsMemory(offset, count), cancellationToken).AsTask();
229
return
ReadAsyncInternal
(buffer, cancellationToken);