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