4 references to ReplaceFactory
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2912_componentFactories.ReplaceFactory(BuildComponentType.LoggingService, loggingService as IBuildComponent); 3104_componentFactories.ReplaceFactory(BuildComponentType.LoggingService, (IBuildComponent?)null); 3203_componentFactories.ReplaceFactory(BuildComponentType.ConfigCache, new ConfigCacheWithOverride(cacheAggregation.ConfigCache)); 3204_componentFactories.ReplaceFactory(BuildComponentType.ResultsCache, new ResultsCacheWithOverride(cacheAggregation.ResultsCache));