1 write to _connectionDelegate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
25
_connectionDelegate
= connectionDelegate;
1 reference to _connectionDelegate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
69
await
_connectionDelegate
(connectionContext);