2 writes to LiveStringCount
Microsoft.NET.StringTools.net35 (2)
WeakStringCache.cs (2)
157
DebugInfo debugInfo = new() {
LiveStringCount
= _stringsByHashCode.Count };
163
debugInfo.
LiveStringCount
++;
2 references to LiveStringCount
Microsoft.NET.StringTools.net35 (2)
WeakStringCacheInterner.cs (2)
161
result.AppendLine($"String count live/collected/total = {debugInfo.
LiveStringCount
}/{debugInfo.CollectedStringCount}/{debugInfo.
LiveStringCount
+ debugInfo.CollectedStringCount}");