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)
26using var file = File.Create(_absoluteFilePath); 37File.Delete(_absoluteFilePath); 392await httpContext.Response.SendFileAsync(_absoluteFilePath, 0, null, CancellationToken.None); 412await httpContext.Response.SendFileAsync(_absoluteFilePath, 0, null, CancellationToken.None);