7 instantiations of InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
459
var mockCache = new
InstanceMockCache
(testData);
485
var mockCache = new
InstanceMockCache
(testData);
742
var mockCache = new
InstanceMockCache
(testData);
888
var mockCache = new
InstanceMockCache
();
993
var mockCache = new
InstanceMockCache
(testData);
1033
var mockCache = new
InstanceMockCache
();
1526
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));
8 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
459
var
mockCache = new InstanceMockCache(testData);
485
var
mockCache = new InstanceMockCache(testData);
742
var
mockCache = new InstanceMockCache(testData);
775
InstanceMockCache
? instanceMockCache,
888
var
mockCache = new InstanceMockCache();
993
var
mockCache = new InstanceMockCache(testData);
1033
var
mockCache = new InstanceMockCache();
1526
var
cache = new InstanceMockCache(testData, TimeSpan.FromMilliseconds(50));