1 write to _componentFactories
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
312_componentFactories = new BuildComponentFactoryCollection(this);
11 references to _componentFactories
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (11)
313_componentFactories.RegisterDefaultFactories(); 385ILoggingService IBuildComponentHost.LoggingService => _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService; 1237_componentFactories.ReplaceFactory(componentType, factory); 1247return _componentFactories.GetComponent(type); 2687IConfigCache configCache = _componentFactories.GetComponent(BuildComponentType.ConfigCache) as IConfigCache; 2976_componentFactories.ReplaceFactory(BuildComponentType.LoggingService, loggingService as IBuildComponent); 3100_componentFactories.ShutdownComponent(BuildComponentType.LoggingService); 3107_componentFactories.ReplaceFactory(BuildComponentType.LoggingService, (IBuildComponent)null); 3125_componentFactories?.ShutdownComponents(); 3203_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.ConfigCache)); 3204_componentFactories.ReplaceFactory(BuildComponentType.ResultsCache, new ResultsCacheWithOverride(cacheAggregation.ResultsCache));