2 writes to DestinationFileName
Microsoft.Build.Tasks.UnitTests (2)
DownloadFile_Tests.cs (2)
115
DestinationFileName
= new TaskItem(filename),
145
DestinationFileName
= new TaskItem(filename),
3 references to DestinationFileName
Microsoft.Build.Tasks.Core (3)
DownloadFile.cs (3)
174
Log.LogErrorWithCodeFromResources("DownloadFile.ErrorUnknownFileName", SourceUrl, nameof(
DestinationFileName
));
324
filename = !String.IsNullOrWhiteSpace(
DestinationFileName
?.ItemSpec)
325
?
DestinationFileName
.ItemSpec // Get the file name from what the user specified