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)
599ConfigCache 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)
68aggregator.Add(new ConfigCache(), new ResultsCache()); 77var configCache = new ConfigCache(); 99var configCache = new ConfigCache(); 128var configCache = new ConfigCache(); 150var configCache1 = new ConfigCache(); 158var configCache2 = new ConfigCache(); 180var configCache = new ConfigCache(); 194var configCache = new ConfigCache(); 212var configCache1 = new ConfigCache(); 224var 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)
100_configCache = new ConfigCache();
BackEnd\Scheduler_Tests.cs (1)
603ConfigCache overrideConfigCache = new();
BackEnd\TargetBuilder_Tests.cs (1)
1741_configCache = new ConfigCache();
BackEnd\TargetEntry_Tests.cs (1)
1245_configCache = new ConfigCache();
BackEnd\TaskBuilder_Tests.cs (1)
1294_configCache = new ConfigCache();