2 references to ReadAsyncCore
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoStream.cs (2)
243
return await
ReadAsyncCore
(buffer, cancellationToken, useAsync: true).ConfigureAwait(false);
295
ValueTask<int> completedValueTask =
ReadAsyncCore
(buffer.AsMemory(offset, count), default(CancellationToken), useAsync: false);