7 writes to CollectedStringCount
Microsoft.NET.StringTools.net35 (1)
WeakStringCache.cs (1)
163debugInfo.CollectedStringCount++;
Microsoft.NET.StringTools.net35.UnitTests (6)
WeakStringCache_Tests.cs (6)
95CollectedStringCount = 0, 132CollectedStringCount = 0, 143CollectedStringCount = 1, 153CollectedStringCount = 0, 173CollectedStringCount = 1, 183CollectedStringCount = 0,
2 references to CollectedStringCount
Microsoft.NET.StringTools.net35 (2)
WeakStringCacheInterner.cs (2)
161result.AppendLine($"String count live/collected/total = {debugInfo.LiveStringCount}/{debugInfo.CollectedStringCount}/{debugInfo.LiveStringCount + debugInfo.CollectedStringCount}");