2 instantiations of ObjectCache
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\RefCacheTests.cs (2)
13
ObjectCache<object> cache =
new
(5, 10);
34
ObjectCache<DisposalCounter> cache =
new
(2, 4);
2 references to ObjectCache
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\RefCacheTests.cs (2)
13
ObjectCache
<object> cache = new(5, 10);
34
ObjectCache
<DisposalCounter> cache = new(2, 4);