2 references to Link
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
77if (Interop.Sys.Link(sourceFullPath, destFullPath) >= 0) 672Interop.CheckIo(Interop.Sys.Link(pathToTarget, path), path);