2 references to WriteAsyncCore
System.Security.Cryptography (2)
System\Security\Cryptography\CryptoStream.cs (2)
482
await
WriteAsyncCore
(buffer, cancellationToken, useAsync: true).ConfigureAwait(false);
499
WriteAsyncCore
(buffer.AsMemory(offset, count), default, useAsync: false).AsTask().GetAwaiter().GetResult();