75 references to ConfigCache
Microsoft.Build (19)
BackEnd\BuildManager\BuildManager.cs (5)
694_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache); 850_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache); 871_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.ConfigCache) as IConfigCache; 2703IConfigCache configCache = _componentFactories.GetComponent<IConfigCache>(BuildComponentType.ConfigCache); 3263_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.ConfigCache));
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
64_componentEntriesByType[BuildComponentType.ConfigCache] = new BuildComponentEntry(BuildComponentType.ConfigCache, ConfigCache.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (5)
345BuildRequestConfiguration config = ((IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache))[request.ConfigurationId]; 435IConfigCache configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache); 515IConfigCache globalConfigurations = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache); 599_configCache = (IConfigCache)host.GetComponent(BuildComponentType.ConfigCache); 1124IConfigCache globalConfigCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache);
BackEnd\Components\Caching\ConfigCache.cs (1)
391ErrorUtilities.VerifyThrow(componentType == BuildComponentType.ConfigCache, "Cannot create components of type {0}", componentType);
BackEnd\Components\FileAccesses\FileAccessManager.cs (1)
46_configCache = host.GetComponent(BuildComponentType.ConfigCache) as IConfigCache;
BackEnd\Components\Logging\LoggingService.cs (1)
311_configCache = new Lazy<IConfigCache>(() => (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache), LazyThreadSafetyMode.PublicationOnly);
BackEnd\Components\Scheduler\Scheduler.cs (2)
631_configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache); 1962var configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache);
BackEnd\Node\OutOfProcNode.cs (2)
154_globalConfigCache = (this as IBuildComponentHost).GetComponent(BuildComponentType.ConfigCache) as IConfigCache; 538if (_componentFactories.GetComponent(BuildComponentType.ConfigCache) is IConfigCache configCache)
Microsoft.Build.Engine.UnitTests (56)
BackEnd\BuildManager_Tests.cs (4)
1921host.GetComponent(BuildComponentType.ConfigCache); 1947host.GetComponent(BuildComponentType.ConfigCache); 1979host.GetComponent(BuildComponentType.ConfigCache); 2031host.GetComponent(BuildComponentType.ConfigCache);
BackEnd\BuildRequestEngine_Tests.cs (1)
294_cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache);
BackEnd\LoggingService_Tests.cs (1)
965ConfigCache configCache = host.GetComponent(BuildComponentType.ConfigCache) as ConfigCache;
BackEnd\LoggingServicesLogMethod_Tests.cs (5)
838ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.ConfigCache); 864ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.ConfigCache); 903ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.ConfigCache); 944ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.ConfigCache); 1417ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.ConfigCache);
BackEnd\MockHost.cs (1)
202BuildComponentType.ConfigCache => (IBuildComponent)_configCache,
BackEnd\RequestBuilder_Tests.cs (6)
84IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 114IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 147IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 186IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 225IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 300IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache);
BackEnd\Scheduler_Tests.cs (1)
737(_host.GetComponent(BuildComponentType.ConfigCache) as IConfigCache).AddConfiguration(config);
BackEnd\TargetBuilder_Tests.cs (34)
102IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 122IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 149IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 178IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 363IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 503IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 529IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 555IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 585IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 620IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 652IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 683IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 709IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 745IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 771IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 798IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 828IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 872IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 899IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 926IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 958IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1056IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1091IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1142IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1202IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1244IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1290IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1321IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1395IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1428IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1455IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1674IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1710IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1848BuildComponentType.ConfigCache => (IBuildComponent)_configCache,
BackEnd\TargetEntry_Tests.cs (1)
1319BuildComponentType.ConfigCache => (IBuildComponent)_configCache,
BackEnd\TaskBuilder_Tests.cs (2)
1240IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); 1376BuildComponentType.ConfigCache => (IBuildComponent)_configCache,