2 references to WriteAsyncInternal
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoStream.cs (2)
459
return
WriteAsyncInternal
(buffer.AsMemory(offset, count), cancellationToken).AsTask();
468
return
WriteAsyncInternal
(buffer, cancellationToken);