1 write to _serviceContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
30
_serviceContext
= serviceContext;
3 references to _serviceContext
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\TransportManager.cs (3)
33
private KestrelTrace Trace =>
_serviceContext
.Log;
99
var transportConnectionManager = new TransportConnectionManager(
_serviceContext
.ConnectionManager);
100
var connectionDispatcher = new ConnectionDispatcher<T>(
_serviceContext
, connectionDelegate, transportConnectionManager);