4 references to ConfigCache
Microsoft.Build (4)
BackEnd\BuildManager\CacheAggregator.cs (1)
45_aggregatedConfigCache = new ConfigCache();
BackEnd\BuildManager\CacheSerialization.cs (1)
79var tempConfigCacheToSerialize = new ConfigCache();
BackEnd\Components\Caching\ConfigCache.cs (1)
342return new ConfigCache();
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
21CurrentCache = new ConfigCache();