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)
3203
_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.
ConfigCache
));
Microsoft.Build.Engine.UnitTests (3)
BackEnd\CacheAggregator_Tests.cs (3)
35
aggregation.
ConfigCache
.ShouldNotBeNull();
36
aggregation.
ConfigCache
.GetEnumerator().ToEnumerable().ShouldBeEmpty();
249
var aggregatedConfigs = aggregation.
ConfigCache
.GetEnumerator().ToArray();