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