1 instantiation of CancellationTokenSourcePool
Microsoft.AspNetCore.Http (1)
Timeouts\CancellationTokenLinker.cs (1)
10private readonly CancellationTokenSourcePool _ctsPool = new();
3 references to CancellationTokenSourcePool
Microsoft.AspNetCore.Http (3)
src\Shared\CancellationTokenSourcePool.cs (2)
43private readonly CancellationTokenSourcePool _pool; 45public PooledCancellationTokenSource(CancellationTokenSourcePool pool)
Timeouts\CancellationTokenLinker.cs (1)
10private readonly CancellationTokenSourcePool _ctsPool = new();