2 references to Count
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
80
public int Count => _coherentState.
Count
;
529
int removalCountTarget = (int)(coherentState.
Count
* percentage);