1 write to _httpContextFactory
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\DummyApplication.cs (1)
30_httpContextFactory = httpContextFactory;
2 references to _httpContextFactory
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\DummyApplication.cs (2)
35return _httpContextFactory?.Create(contextFeatures) ?? new DefaultHttpContext(contextFeatures); 40_httpContextFactory?.Dispose(context);