3 references to File
CatalogService (1)
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (2)
1754(() => Results.File(Path.Join(Path.DirectorySeparatorChar.ToString(), "rooted", "path"), null, null, null, null, false), typeof(PhysicalFileHttpResult)),
1755(() => Results.File("path", null, null, null, null, false), typeof(VirtualFileHttpResult)),