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)
33private KestrelTrace Trace => _serviceContext.Log; 99var transportConnectionManager = new TransportConnectionManager(_serviceContext.ConnectionManager); 100var connectionDispatcher = new ConnectionDispatcher<T>(_serviceContext, connectionDelegate, transportConnectionManager);