2 writes to FileName
Microsoft.Build.Tasks.UnitTests (1)
DownloadFile_Tests.cs (1)
100FileName = filename
System.Net.Http (1)
System\Net\Http\MultipartFormDataContent.cs (1)
58header.FileName = fileName;
3 references to FileName
dotnet-openapi (2)
Commands\BaseCommand.cs (2)
370if (contentDisposition != null && contentDisposition.FileName != null) 372var fileName = Path.GetFileName(contentDisposition.FileName);
Microsoft.Build.Tasks.Core (1)
DownloadFile.cs (1)
326: response.Content?.Headers?.ContentDisposition?.FileName // Attempt to get the file name from the content-disposition header value