1 write to FileComment
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
59FileComment = Log.GetResourceMessage("Copy.FileComment");
3 references to FileComment
Microsoft.Build.Tasks.Core (3)
Copy.cs (3)
281Log.LogError(FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 345Log.LogMessage(MessageImportance.Normal, FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 867Log.LogError(FileComment, sourceFileState.Name, destinationFileState.Name);