7 references to GetComponent
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (1)
1290return _componentFactories.GetComponent(type);
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
171return (TComponent)GetComponent(type);
BackEnd\Node\OutOfProcNode.cs (5)
304return _componentFactories.GetComponent(type); 473IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(_componentFactories.GetComponent(BuildComponentType.RegisteredTaskObjectCache)); 546if (_componentFactories.GetComponent(BuildComponentType.ConfigCache) is IConfigCache configCache) 551if (_componentFactories.GetComponent(BuildComponentType.ResultsCache) is IResultsCache resultsCache) 768_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;