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