1 write to _serviceContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConnectionDispatcher.cs (1)
19
_serviceContext
= serviceContext;
3 references to _serviceContext
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\ConnectionDispatcher.cs (3)
24
private KestrelTrace Log =>
_serviceContext
.Log;
25
private KestrelMetrics Metrics =>
_serviceContext
.Metrics;
60
id,
_serviceContext
, _transportConnectionManager, _connectionDelegate, connection, Log, metricsContext);