2 instantiations of ErrorInfo
System.IO.FileSystem.Watcher (2)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
163
return new
ErrorInfo
(Marshal.GetLastPInvokeError());
221
return new Interop.
ErrorInfo
(error);
7 references to ErrorInfo
System.IO.FileSystem.Watcher (7)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
161
internal static
ErrorInfo
GetLastErrorInfo()
219
public static Interop.
ErrorInfo
Info(this Interop.Error error)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
11
private static void ThrowExceptionForIoErrno(
ErrorInfo
errorInfo, string? path, bool isDirError)
114
internal static Exception GetExceptionForIoErrno(
ErrorInfo
errorInfo, string? path = null, bool isDirError = false)
179
internal static Exception GetIOException(Interop.
ErrorInfo
errorInfo, string? path = null)
System\IO\FileSystemWatcher.Linux.cs (2)
39
Interop.
ErrorInfo
error = Interop.Sys.GetLastErrorInfo();
378
Interop.
ErrorInfo
error = Interop.Sys.GetLastErrorInfo();