2 writes to DestinationFileName
Microsoft.Build.Tasks.UnitTests (2)
DownloadFile_Tests.cs (2)
118DestinationFileName = new TaskItem(filename), 149DestinationFileName = new TaskItem(filename),
3 references to DestinationFileName
Microsoft.Build.Tasks.Core (3)
DownloadFile.cs (3)
178Log.LogErrorWithCodeFromResources("DownloadFile.ErrorUnknownFileName", SourceUrl, nameof(DestinationFileName)); 329filename = !string.IsNullOrWhiteSpace(DestinationFileName?.ItemSpec) 330? DestinationFileName.ItemSpec // Get the file name from what the user specified