2 references to GetErrNo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
179return Interop.Sys.GetErrNo();
System\Runtime\InteropServices\PInvokeMarshal.Unix.cs (1)
17t_lastError = Interop.Sys.GetErrNo();