1 write to FileComment
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
86FileComment = Log.GetResourceMessage("Copy.FileComment");
3 references to FileComment
Microsoft.Build.Tasks.Core (3)
Copy.cs (3)
315Log.LogError(FileComment, sourceFileState.Path, destinationFileState.Path); 380Log.LogMessage(MessageImportance.Normal, FileComment, sourceFileState.Path, destinationFileState.Path); 962Log.LogError(FileComment, sourceFileState.Path.OriginalValue, destinationFileState.Path.OriginalValue);