7 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
476
var mockCache = new
InstanceMockCache
(testData);
502
var mockCache = new
InstanceMockCache
(testData);
759
var mockCache = new
InstanceMockCache
(testData);
905
var mockCache = new
InstanceMockCache
();
1010
var mockCache = new
InstanceMockCache
(testData);
1050
var mockCache = new
InstanceMockCache
();
1543
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));