3 references to _connectionClosingCts
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelConnection.cs (3)
35
ConnectionClosedRequested =
_connectionClosingCts
.Token;
156
_connectionClosingCts
.Cancel();
169
_connectionClosingCts
.Dispose();