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