7 references to GetComponent
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (1)
1216return _componentFactories.GetComponent(type);
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
167return (TComponent)GetComponent(type);
BackEnd\Node\OutOfProcNode.cs (5)
303return _componentFactories.GetComponent(type); 462IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(_componentFactories.GetComponent(BuildComponentType.RegisteredTaskObjectCache)); 536if (_componentFactories.GetComponent(BuildComponentType.ConfigCache) is IConfigCache configCache) 541if (_componentFactories.GetComponent(BuildComponentType.ResultsCache) is IResultsCache resultsCache) 761_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;