2 references to Rent
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (1)
321using (var timeoutCts = ctsPool.Rent())
Middleware\HttpsConnectionMiddleware.cs (1)
173using var cancellationTokenSource = _ctsPool.Rent();