7 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (7)
ProjectCache\ProjectCacheTests.cs (7)
477
var mockCache = new
InstanceMockCache
(testData);
503
var mockCache = new
InstanceMockCache
(testData);
760
var mockCache = new
InstanceMockCache
(testData);
906
var mockCache = new
InstanceMockCache
();
1011
var mockCache = new
InstanceMockCache
(testData);
1051
var mockCache = new
InstanceMockCache
();
1544
var cache = new
InstanceMockCache
(testData, TimeSpan.FromMilliseconds(50));