1 write to _application
Microsoft.AspNetCore.Server.HttpSys (1)
ApplicationRequestContextFactory.cs (1)
15
_application
= application;
1 reference to _application
Microsoft.AspNetCore.Server.HttpSys (1)
ApplicationRequestContextFactory.cs (1)
21
return new RequestContext<TContext>(
_application
, _messagePump, _messagePump.Listener, bufferSize, requestId);