3 references to ProcessStreamAsync
System.Security.Cryptography (3)
System\Security\Cryptography\LiteHashProvider.cs (3)
40
return
ProcessStreamAsync
(hash, source, destination, cancellationToken);
93
return
ProcessStreamAsync
(hash, source, destination, cancellationToken);
177
int written = await
ProcessStreamAsync
(hash, source, result, cancellationToken).ConfigureAwait(false);