2 instantiations of WeakStringCache
Microsoft.NET.StringTools.net35 (1)
WeakStringCacheInterner.cs (1)
31
private readonly WeakStringCache _weakStringCache = new
WeakStringCache
();
Microsoft.NET.StringTools.net35.UnitTests (1)
WeakStringCache_Tests.cs (1)
29
private WeakStringCache _cache = new
WeakStringCache
();
9 references to WeakStringCache
Microsoft.NET.StringTools.net35 (2)
WeakStringCacheInterner.cs (2)
31
private readonly
WeakStringCache
_weakStringCache = new WeakStringCache();
159
WeakStringCache
.DebugInfo debugInfo = _weakStringCache.GetDebugInfo();
Microsoft.NET.StringTools.net35.UnitTests (7)
WeakStringCache_Tests.cs (7)
29
private
WeakStringCache
_cache = new WeakStringCache();
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()