1 write to _capacity
Microsoft.Build (1)
Collections\WeakValueDictionary.cs (1)
127
_capacity
= _dictionary.Count * 2;
3 references to _capacity
Microsoft.Build (3)
Collections\WeakValueDictionary.cs (3)
47
_dictionary = new Dictionary<K, WeakReference<V>>(
_capacity
, keyComparer);
118
if (_dictionary.Count ==
_capacity
)
125
if (_dictionary.Count ==
_capacity
)