3 references to PtrToStringUTF8
Microsoft.ML.TestFrameworkCommon (1)
Attributes\AttributeHelpers.cs (1)
23version = Version.Parse(Marshal.PtrToStringUTF8(gnu_get_libc_version()));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
18return PtrToStringUTF8(ptr);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\Utf8StringMarshaller.cs (1)
42=> Marshal.PtrToStringUTF8((IntPtr)unmanaged);