1 write to _scavengeThreshold
Microsoft.NET.StringTools.net35 (1)
WeakStringCache.Locking.cs (1)
68
_scavengeThreshold
= _stringsByHashCode.Count * 2;
1 reference to _scavengeThreshold
Microsoft.NET.StringTools.net35 (1)
WeakStringCache.Locking.cs (1)
63
if (_stringsByHashCode.Count >=
_scavengeThreshold
)