4 references to Unlink
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
137Interop.Sys.Unlink(_path); // ignore errors; it's valid that the path may no longer exist 442Interop.Sys.Unlink(path);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
154if (Interop.Sys.Unlink(destBackupFullPath) != 0) 241if (Interop.Sys.Unlink(fullPath) < 0)