1 write to _stringsByHashCode
Microsoft.NET.StringTools (1)
WeakStringCache.Concurrent.cs (1)
22
_stringsByHashCode
= new ConcurrentDictionary<int, StringWeakHandle>(Environment.ProcessorCount, _initialCapacity);
3 references to _stringsByHashCode
Microsoft.NET.StringTools (3)
WeakStringCache.Concurrent.cs (1)
44
ConcurrentDictionary<int, StringWeakHandle> stringsByHashCode = usingWeakHandle ? _weakHandlesByHashCode :
_stringsByHashCode
;
WeakStringCache.cs (2)
143
_stringsByHashCode
.Clear();
157
DebugInfo debugInfo = new() { LiveStringCount =
_stringsByHashCode
.Count };