2 references to GetLastError
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IsMemberOfGroup.cs (1)
38else if (rv == -1 && Interop.Sys.GetLastError() == Interop.Error.EINVAL)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
681Interop.Error error = Interop.Sys.GetLastError();