1 write to HardLinkComment
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
60HardLinkComment = Log.GetResourceMessage("Copy.HardLinkComment");
1 reference to HardLinkComment
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));