1 write to ConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
106
ConfigCache
= configCache;
4 references to ConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3263
_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.
ConfigCache
));
Microsoft.Build.Engine.UnitTests (3)
BackEnd\CacheAggregator_Tests.cs (3)
33
aggregation.
ConfigCache
.ShouldNotBeNull();
34
aggregation.
ConfigCache
.ShouldBeEmpty();
247
var aggregatedConfigs = aggregation.
ConfigCache
.ToArray();