2 references to COUNTS_LENGTH
System.Runtime.Caching (2)
System\Runtime\Caching\CacheExpires.cs (2)
88
private static readonly TimeSpan s_COUNT_INTERVAL = new TimeSpan(CacheExpires._tsPerBucket.Ticks /
COUNTS_LENGTH
);
111
_counts = new int[
COUNTS_LENGTH
];