1 write to _capacity
Microsoft.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (1)
39_capacity = capacity;
2 references to _capacity
Microsoft.VisualStudio.LanguageServices (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (2)
102Debug.Assert(_capacity > 0); 135if (_cache.Count == _capacity)