3 references to NegativeSizeReadMethod
System.Security.Cryptography (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (2)
174
internal static byte[] GetDynamicBuffer<THandle>(
NegativeSizeReadMethod
<THandle> method, THandle handle)
195
internal static byte[]? GetNullableDynamicBuffer<THandle>(
NegativeSizeReadMethod
<THandle> method, THandle handle)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs (1)
16
private static ArraySegment<byte> RentDynamicBuffer<THandle>(
NegativeSizeReadMethod
<THandle> method, THandle handle)