7 instantiations of DebugInfo
Microsoft.NET.StringTools (1)
WeakStringCache.cs (1)
124
DebugInfo debugInfo = new
DebugInfo
();
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)
130
public
DebugInfo
GetDebugInfo()
WeakStringCache.cs (2)
122
private
DebugInfo
GetDebugInfoImpl()
124
DebugInfo
debugInfo = new DebugInfo();
WeakStringCacheInterner.cs (1)
159
WeakStringCache.
DebugInfo
debugInfo = _weakStringCache.GetDebugInfo();