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;
639NodeLauncher nodeLauncher = ((IBuildComponentHost)this).GetComponent<NodeLauncher>(BuildComponentType.NodeLauncher);
659_nodeManager = ((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager) as INodeManager;
723_taskHostNodeManager = ((IBuildComponentHost)this).GetComponent<INodeManager>(BuildComponentType.TaskHostNodeManager);
724_scheduler = ((IBuildComponentHost)this).GetComponent<IScheduler>(BuildComponentType.Scheduler);
815_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
816_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
910ILoggingService loggingService = ((IBuildComponentHost)this).LoggingService;
973_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
974_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
994_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.ConfigCache) as IConfigCache;
1193ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1433ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1510_nodeManager ??= (INodeManager)((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager);
1552void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
1562IBuildComponent IBuildComponentHost.GetComponent(BuildComponentType type)
1567TComponent IBuildComponentHost.GetComponent<TComponent>(BuildComponentType type)
1744((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
1832((IBuildComponentHost)this).LoggingService,
2088((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(buildEventContext, projectException);
2106((LoggingService)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
2198((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(projectBuildEventContext, projectException);
2214((IBuildComponentHost)this).LoggingService.LogFatalBuildError(buildEventContext, ex, new BuildEventFileInfo(submission.BuildRequestData.ProjectFullPath));
2271((IBuildComponentHost)this).LoggingService,
2842ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2855ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3002((IBuildComponentHost)this).LoggingService.LogError(buildEventContext, new BuildEventFileInfo(String.Empty), "UnableToCreateNode", response.RequiredNodeType.ToString("G"));
3127ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3292((IBuildComponentHost)this).GetComponent(BuildComponentType.BuildCheckManagerProvider) as IBuildCheckManagerProvider;
3626var loggingService = ((IBuildComponentHost)this).LoggingService;
3633var loggingService = ((IBuildComponentHost)this).LoggingService;