1 write to _fileLength
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseCachingTests.cs (1)
30_fileLength = 30000;
2 references to _fileLength
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
ResponseCachingTests.cs (2)
411httpContext.Response.ContentLength = _fileLength; 490Assert.Equal(_fileLength, response.Content.Headers.ContentLength);