7 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
461
var mockCache = new
InstanceMockCache
(testData);
487
var mockCache = new
InstanceMockCache
(testData);
744
var mockCache = new
InstanceMockCache
(testData);
890
var mockCache = new
InstanceMockCache
();
995
var mockCache = new
InstanceMockCache
(testData);
1035
var mockCache = new
InstanceMockCache
();
1528
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));