4 references to GetDynamicBuffer
System.Net.Quic (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (3)
126return GetDynamicBuffer(GetAsn1StringBytes, asn1); 131return GetDynamicBuffer(GetX509Thumbprint, x509); 138byte[] buf = GetDynamicBuffer(GetX509NameRawBytes, namePtr);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs (1)
27byte[] buf = GetDynamicBuffer(GetX509NameRawBytes, namePtr);