7 instantiations of 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));
8 references to InstanceMockCache
Microsoft.Build.Engine.UnitTests (8)
ProjectCache\ProjectCacheTests.cs (8)
476
var
mockCache = new InstanceMockCache(testData);
502
var
mockCache = new InstanceMockCache(testData);
759
var
mockCache = new InstanceMockCache(testData);
792
InstanceMockCache
? instanceMockCache,
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));