7 instantiations of InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
458
var mockCache = new
InstanceMockCache
(testData);
484
var mockCache = new
InstanceMockCache
(testData);
741
var mockCache = new
InstanceMockCache
(testData);
887
var mockCache = new
InstanceMockCache
();
992
var mockCache = new
InstanceMockCache
(testData);
1032
var mockCache = new
InstanceMockCache
();
1525
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));
8 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
458
var
mockCache = new InstanceMockCache(testData);
484
var
mockCache = new InstanceMockCache(testData);
741
var
mockCache = new InstanceMockCache(testData);
774
InstanceMockCache
? instanceMockCache,
887
var
mockCache = new InstanceMockCache();
992
var
mockCache = new InstanceMockCache(testData);
1032
var
mockCache = new InstanceMockCache();
1525
var
cache = new InstanceMockCache(testData, TimeSpan.FromMilliseconds(50));