2 writes to FileName
Microsoft.Build.Tasks.UnitTests (1)
DownloadFile_Tests.cs (1)
100
FileName
= filename
System.Net.Http (1)
System\Net\Http\MultipartFormDataContent.cs (1)
58
header.
FileName
= fileName;
2 references to FileName
dotnet-openapi (2)
Commands\BaseCommand.cs (2)
370
if (contentDisposition != null && contentDisposition.
FileName
!= null)
372
var fileName = Path.GetFileName(contentDisposition.
FileName
);