1 write to _absoluteFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseCachingTests.cs (1)
25_absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
3 references to _absoluteFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
ResponseCachingTests.cs (3)
26_fileLength = new FileInfo(_absoluteFilePath).Length; 377await httpContext.Response.SendFileAsync(_absoluteFilePath, 0, null, CancellationToken.None); 397await httpContext.Response.SendFileAsync(_absoluteFilePath, 0, null, CancellationToken.None);