BackEnd\BuildManager\BuildManager.cs (35)
377private ISdkResolverService SdkResolverService => ((this as IBuildComponentHost).GetComponent(BuildComponentType.SdkResolverService) as ISdkResolverService)!;
383ILoggingService IBuildComponentHost.LoggingService => _componentFactories.GetComponent<ILoggingService>(BuildComponentType.LoggingService);
388string IBuildComponentHost.Name => _hostName;
394BuildParameters? IBuildComponentHost.BuildParameters => _buildParameters;
399LegacyThreadingData IBuildComponentHost.LegacyThreadingData => _legacyThreadingData;
609NodeLauncher nodeLauncher = ((IBuildComponentHost)this).GetComponent<NodeLauncher>(BuildComponentType.NodeLauncher);
629_nodeManager = ((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager) as INodeManager;
684_taskHostNodeManager = ((IBuildComponentHost)this).GetComponent<INodeManager>(BuildComponentType.TaskHostNodeManager);
685_scheduler = ((IBuildComponentHost)this).GetComponent<IScheduler>(BuildComponentType.Scheduler);
776_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
777_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
871ILoggingService loggingService = ((IBuildComponentHost)this).LoggingService;
934_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
935_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
955_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.ConfigCache) as IConfigCache;
1154ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1382ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1459_nodeManager ??= (INodeManager)((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager);
1501void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
1511IBuildComponent IBuildComponentHost.GetComponent(BuildComponentType type)
1516TComponent IBuildComponentHost.GetComponent<TComponent>(BuildComponentType type)
1693((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
1781((IBuildComponentHost)this).LoggingService,
2037((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(buildEventContext, projectException);
2055((LoggingService)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
2147((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(projectBuildEventContext, projectException);
2163((IBuildComponentHost)this).LoggingService.LogFatalBuildError(buildEventContext, ex, new BuildEventFileInfo(submission.BuildRequestData.ProjectFullPath));
2220((IBuildComponentHost)this).LoggingService,
2791ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2804ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2951((IBuildComponentHost)this).LoggingService.LogError(buildEventContext, new BuildEventFileInfo(String.Empty), "UnableToCreateNode", response.RequiredNodeType.ToString("G"));
3076ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3241((IBuildComponentHost)this).GetComponent(BuildComponentType.BuildCheckManagerProvider) as IBuildCheckManagerProvider;
3568var loggingService = ((IBuildComponentHost)this).LoggingService;
3575var loggingService = ((IBuildComponentHost)this).LoggingService;