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