7 instantiations of DebugInfo
Microsoft.NET.StringTools (1)
WeakStringCache.cs (1)
130DebugInfo debugInfo = new() { LiveStringCount = _stringsByHashCode.Count };
Microsoft.NET.StringTools.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 (4)
WeakStringCache.Concurrent.cs (1)
167public DebugInfo GetDebugInfo()
WeakStringCache.cs (2)
128private DebugInfo GetDebugInfoImpl() 130DebugInfo debugInfo = new() { LiveStringCount = _stringsByHashCode.Count };
WeakStringCacheInterner.cs (1)
159WeakStringCache.DebugInfo debugInfo = _weakStringCache.GetDebugInfo();