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