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