2 instantiations of ErrorInfo
System.IO.FileSystem.Watcher (2)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
164
return new
ErrorInfo
(Marshal.GetLastPInvokeError());
222
return new Interop.
ErrorInfo
(error);
7 references to ErrorInfo
System.IO.FileSystem.Watcher (7)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
162
internal static
ErrorInfo
GetLastErrorInfo()
220
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)
152
Interop.
ErrorInfo
error = Interop.Sys.GetLastErrorInfo();
263
Interop.
ErrorInfo
error = Interop.Sys.GetLastErrorInfo();