5 references to IsUsable
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
444
if (connection.
IsUsable
(nowTicks, pooledConnectionLifetime, pooledConnectionIdleTimeout))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (2)
588
while (freeIndex < list.Count && list[freeIndex].
IsUsable
(nowTicks, pooledConnectionLifetime, pooledConnectionIdleTimeout))
608
while (current < list.Count && !list[current].
IsUsable
(nowTicks, pooledConnectionLifetime, pooledConnectionIdleTimeout))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
564
while (freeIndex < list.Count && list[freeIndex].
IsUsable
(nowTicks, pooledConnectionLifetime, pooledConnectionIdleTimeout))
584
while (current < list.Count && !list[current].
IsUsable
(nowTicks, pooledConnectionLifetime, pooledConnectionIdleTimeout))