8 references to GetLastErrorInfo
System.IO.Pipes (8)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
42ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError); 53ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path: null, isDirError: false); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);
System\IO\Pipes\AnonymousPipeServerStream.Unix.cs (1)
51throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo());
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
46Interop.Sys.GetLastErrorInfo().Error == Interop.Error.ENOENT)
System\IO\Pipes\PipeStream.Unix.cs (3)
463Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 506throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo()); 522Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo();