3 references to GetComponent
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
384
ILoggingService IBuildComponentHost.LoggingService => _componentFactories.
GetComponent
<ILoggingService>(BuildComponentType.LoggingService);
1574
return _componentFactories.
GetComponent
<TComponent>(type);
3046
IConfigCache configCache = _componentFactories.
GetComponent
<IConfigCache>(BuildComponentType.ConfigCache);