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