7 references to 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));