8 references to PtrToStringUTF8
System.Net.Quic (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
70
return Marshal.
PtrToStringUTF8
((IntPtr)bufStack, bytesNeeded);
96
return Marshal.
PtrToStringUTF8
((IntPtr)buf, bytesNeeded);
System\Net\Quic\QuicListener.cs (1)
344
SslClientHelloInfo clientHello = new SslClientHelloInfo(data.Info->ServerNameLength > 0 ? Marshal.
PtrToStringUTF8
((IntPtr)data.Info->ServerName, data.Info->ServerNameLength) : "", SslProtocols.Tls13);
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
70
return Marshal.
PtrToStringUTF8
((IntPtr)bufStack, bytesNeeded);
96
return Marshal.
PtrToStringUTF8
((IntPtr)buf, bytesNeeded);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
13
return
PtrToStringUTF8
(ptr, len);
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
70
return Marshal.
PtrToStringUTF8
((IntPtr)bufStack, bytesNeeded);
96
return Marshal.
PtrToStringUTF8
((IntPtr)buf, bytesNeeded);