1 write to FileName
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
60FileName = fileName;
4 references to FileName
Microsoft.AspNetCore.Http.Results (4)
PhysicalFileHttpResult.cs (4)
112var fileInfo = GetFileInfoWrapper(FileName); 115throw new FileNotFoundException($"Could not find file: {FileName}", FileName); 137ExecuteCoreAsync(httpContext, range, rangeLength, FileName);