1 write to _absoluteFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseCachingTests.cs (1)
25
_absoluteFilePath
= Path.Combine(Directory.GetCurrentDirectory(), Path.GetRandomFileName());
4 references to _absoluteFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
ResponseCachingTests.cs (4)
26
using var file = File.Create(
_absoluteFilePath
);
37
File.Delete(
_absoluteFilePath
);
392
await httpContext.Response.SendFileAsync(
_absoluteFilePath
, 0, null, CancellationToken.None);
412
await httpContext.Response.SendFileAsync(
_absoluteFilePath
, 0, null, CancellationToken.None);