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