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