1 write to FileName
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
60FileName = fileName;
5 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);
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
280Assert.Equal(path, result.FileName);