2 references to FileName
dotnet-openapi (2)
Commands\BaseCommand.cs (2)
370if (contentDisposition != null && contentDisposition.FileName != null) 372var fileName = Path.GetFileName(contentDisposition.FileName);