1 write to _iisContextFactory
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
99_iisContextFactory = new IISContextFactory<TContext>(_memoryPool, application, _options, this, _logger);
2 references to _iisContextFactory
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (2)
164Debug.Assert(server._iisContextFactory != null, "StartAsync must be called first."); 165var context = server._iisContextFactory.CreateHttpContext(safehandle);