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