2 references to GetAndTrimString
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Windows\Kernel32\Interop.FormatMessage.cs (2)
49
return
GetAndTrimString
(stackBuffer.Slice(0, length));
64
return
GetAndTrimString
(new ReadOnlySpan<char>((char*)nativeMsgPtr, length));