7 instantiations of DebugInfo
Microsoft.NET.StringTools.net35 (1)
WeakStringCache.cs (1)
130DebugInfo debugInfo = new() { LiveStringCount = _stringsByHashCode.Count };
Microsoft.NET.StringTools.net35.UnitTests (6)
WeakStringCache_Tests.cs (6)
92_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo() 129_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo() 140_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo() 150_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo() 170_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo() 180_cache.GetDebugInfo().ShouldBe(new WeakStringCache.DebugInfo()
4 references to DebugInfo
Microsoft.NET.StringTools.net35 (4)
WeakStringCache.cs (2)
128private DebugInfo GetDebugInfoImpl() 130DebugInfo debugInfo = new() { LiveStringCount = _stringsByHashCode.Count };
WeakStringCache.Locking.cs (1)
122public DebugInfo GetDebugInfo()
WeakStringCacheInterner.cs (1)
159WeakStringCache.DebugInfo debugInfo = _weakStringCache.GetDebugInfo();