BackEnd\BuildManager\BuildManager.cs (35)
378private ISdkResolverService SdkResolverService => ((this as IBuildComponentHost).GetComponent(BuildComponentType.SdkResolverService) as ISdkResolverService)!;
384ILoggingService IBuildComponentHost.LoggingService => _componentFactories.GetComponent<ILoggingService>(BuildComponentType.LoggingService);
389string IBuildComponentHost.Name => _hostName;
395BuildParameters? IBuildComponentHost.BuildParameters => _buildParameters;
400LegacyThreadingData IBuildComponentHost.LegacyThreadingData => _legacyThreadingData;
644NodeLauncher nodeLauncher = ((IBuildComponentHost)this).GetComponent<NodeLauncher>(BuildComponentType.NodeLauncher);
664_nodeManager = ((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager) as INodeManager;
728_taskHostNodeManager = ((IBuildComponentHost)this).GetComponent<INodeManager>(BuildComponentType.TaskHostNodeManager);
729_scheduler = ((IBuildComponentHost)this).GetComponent<IScheduler>(BuildComponentType.Scheduler);
820_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
821_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
915ILoggingService loggingService = ((IBuildComponentHost)this).LoggingService;
978_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
979_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
999_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.ConfigCache) as IConfigCache;
1198ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1438ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1515_nodeManager ??= (INodeManager)((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager);
1557void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
1567IBuildComponent IBuildComponentHost.GetComponent(BuildComponentType type)
1572TComponent IBuildComponentHost.GetComponent<TComponent>(BuildComponentType type)
1749((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
1849((IBuildComponentHost)this).LoggingService,
2105((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(buildEventContext, projectException);
2123((LoggingService)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
2215((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(projectBuildEventContext, projectException);
2231((IBuildComponentHost)this).LoggingService.LogFatalBuildError(buildEventContext, ex, new BuildEventFileInfo(submission.BuildRequestData.ProjectFullPath));
2288((IBuildComponentHost)this).LoggingService,
2859ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2872ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3019((IBuildComponentHost)this).LoggingService.LogError(buildEventContext, new BuildEventFileInfo(String.Empty), "UnableToCreateNode", response.RequiredNodeType.ToString("G"));
3147ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3312((IBuildComponentHost)this).GetComponent(BuildComponentType.BuildCheckManagerProvider) as IBuildCheckManagerProvider;
3649var loggingService = ((IBuildComponentHost)this).LoggingService;
3656var loggingService = ((IBuildComponentHost)this).LoggingService;