3 references to _sizeLimit
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Utilities\MemoryCache`2.cs (3)
71
if (_map.Count <
_sizeLimit
)
79
if (_map.Count <
_sizeLimit
)
90
var toRemove = Math.Max(
_sizeLimit
/ 2, 1);