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