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