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