1 write to ConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
106ConfigCache = configCache;
4 references to ConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3203_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.ConfigCache));
Microsoft.Build.Engine.UnitTests (3)
BackEnd\CacheAggregator_Tests.cs (3)
35aggregation.ConfigCache.ShouldNotBeNull(); 36aggregation.ConfigCache.GetEnumerator().ToEnumerable().ShouldBeEmpty(); 249var aggregatedConfigs = aggregation.ConfigCache.GetEnumerator().ToArray();