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