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