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)
164
Debug.Assert(server.
_iisContextFactory
!= null, "StartAsync must be called first.");
165
var context = server.
_iisContextFactory
.CreateHttpContext(safehandle);