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