5 references to TryScheduleEviction
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\PinnedBlockMemoryPoolFactory.cs (1)
47
pool.Key.
TryScheduleEviction
(now);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
PinnedBlockMemoryPoolTests.cs (4)
201
Assert.False(memoryPool.
TryScheduleEviction
(time));
203
Assert.True(memoryPool.
TryScheduleEviction
(time.AddSeconds(10)));
215
Assert.False(memoryPool.
TryScheduleEviction
(time.AddSeconds(10)));
218
Assert.True(memoryPool.
TryScheduleEviction
(time.AddSeconds(20)));