1 write to _stringsByHashCode
Microsoft.NET.StringTools (1)
WeakStringCache.Concurrent.cs (1)
23_stringsByHashCode = new ConcurrentDictionary<int, string>(Environment.ProcessorCount, _initialCapacity);
3 references to _stringsByHashCode
Microsoft.NET.StringTools (3)
WeakStringCache.Concurrent.cs (1)
48ConcurrentDictionary<int, string> stringsByHashCode = _stringsByHashCode;
WeakStringCache.cs (2)
116_stringsByHashCode.Clear(); 130DebugInfo debugInfo = new() { LiveStringCount = _stringsByHashCode.Count };