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