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