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