2 references to MakeHardLink
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
304TryCopyViaLink(HardLinkComment, MessageImportance.Normal, sourceFileState, destinationFileState, out hardLinkCreated, ref errorMessage, (source, destination, errMessage) => NativeMethods.MakeHardLink(destination, source, ref errorMessage, Log));
Microsoft.Build.Tasks.UnitTests (1)
Copy_Tests.cs (1)
2758Tasks.NativeMethods.MakeHardLink(destLink, sourceFile, ref linkError, t.Log);