27 references to ConfigCache
Microsoft.Build (5)
BackEnd\BuildManager\CacheAggregator.cs (1)
45_aggregatedConfigCache = new ConfigCache();
BackEnd\BuildManager\CacheSerialization.cs (1)
78var tempConfigCacheToSerialize = new ConfigCache();
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
605ConfigCache unresolvedConfigCache = new ConfigCache();
BackEnd\Components\Caching\ConfigCache.cs (1)
392return new ConfigCache();
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
21CurrentCache = new ConfigCache();
Microsoft.Build.Engine.UnitTests (22)
BackEnd\CacheAggregator_Tests.cs (10)
66aggregator.Add(new ConfigCache(), new ResultsCache()); 75var configCache = new ConfigCache(); 97var configCache = new ConfigCache(); 126var configCache = new ConfigCache(); 148var configCache1 = new ConfigCache(); 156var configCache2 = new ConfigCache(); 178var configCache = new ConfigCache(); 192var configCache = new ConfigCache(); 210var configCache1 = new ConfigCache(); 222var configCache2 = new ConfigCache();
BackEnd\CacheSerialization_Tests.cs (1)
24var configCache = new ConfigCache();
BackEnd\ConfigCache_Tests.cs (6)
23yield return new[] { new ConfigCache() }; 30var configCache1 = new ConfigCache(); 40var configCache2 = new ConfigCache(); 52var configCache3 = new ConfigCache(); 63yield return new[] { new ConfigCache() }; 71var configCache = new ConfigCache();
BackEnd\MockHost.cs (1)
103_configCache = new ConfigCache();
BackEnd\Scheduler_Tests.cs (1)
602ConfigCache overrideConfigCache = new();
BackEnd\TargetBuilder_Tests.cs (1)
1773_configCache = new ConfigCache();
BackEnd\TargetEntry_Tests.cs (1)
1247_configCache = new ConfigCache();
BackEnd\TaskBuilder_Tests.cs (1)
1305_configCache = new ConfigCache();