7 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
475
var mockCache = new
InstanceMockCache
(testData);
501
var mockCache = new
InstanceMockCache
(testData);
758
var mockCache = new
InstanceMockCache
(testData);
904
var mockCache = new
InstanceMockCache
();
1009
var mockCache = new
InstanceMockCache
(testData);
1049
var mockCache = new
InstanceMockCache
();
1542
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));