1 write to CollectedStringCount
Microsoft.NET.StringTools.net35 (1)
WeakStringCache.cs (1)
167
debugInfo.
CollectedStringCount
++;
2 references to CollectedStringCount
Microsoft.NET.StringTools.net35 (2)
WeakStringCacheInterner.cs (2)
161
result.AppendLine($"String count live/collected/total = {debugInfo.LiveStringCount}/{debugInfo.
CollectedStringCount
}/{debugInfo.LiveStringCount + debugInfo.
CollectedStringCount
}");