BackEnd\BuildManager\BuildManager.cs (35)
375private ISdkResolverService SdkResolverService => ((this as IBuildComponentHost).GetComponent(BuildComponentType.SdkResolverService) as ISdkResolverService)!;
381ILoggingService IBuildComponentHost.LoggingService => _componentFactories.GetComponent<ILoggingService>(BuildComponentType.LoggingService);
386string IBuildComponentHost.Name => _hostName;
392BuildParameters? IBuildComponentHost.BuildParameters => _buildParameters;
397LegacyThreadingData IBuildComponentHost.LegacyThreadingData => _legacyThreadingData;
605NodeLauncher nodeLauncher = ((IBuildComponentHost)this).GetComponent<NodeLauncher>(BuildComponentType.NodeLauncher);
625_nodeManager = ((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager) as INodeManager;
659_taskHostNodeManager = ((IBuildComponentHost)this).GetComponent<INodeManager>(BuildComponentType.TaskHostNodeManager);
660_scheduler = ((IBuildComponentHost)this).GetComponent<IScheduler>(BuildComponentType.Scheduler);
751_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
752_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
846ILoggingService loggingService = ((IBuildComponentHost)this).LoggingService;
909_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.ConfigCache);
910_resultsCache = ((IBuildComponentHost)this).GetComponent<IResultsCache>(BuildComponentType.ResultsCache);
930_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.ConfigCache) as IConfigCache;
1126ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1352ILoggingService? loggingService = ((IBuildComponentHost)this).LoggingService;
1426_nodeManager ??= (INodeManager)((IBuildComponentHost)this).GetComponent(BuildComponentType.NodeManager);
1466void IBuildComponentHost.RegisterFactory(BuildComponentType componentType, BuildComponentFactoryDelegate factory)
1476IBuildComponent IBuildComponentHost.GetComponent(BuildComponentType type)
1481TComponent IBuildComponentHost.GetComponent<TComponent>(BuildComponentType type)
1657((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
1743((IBuildComponentHost)this).LoggingService,
1998((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(buildEventContext, projectException);
2016((LoggingService)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
2107((IBuildComponentHost)this).LoggingService.LogInvalidProjectFileError(projectBuildEventContext, projectException);
2123((IBuildComponentHost)this).LoggingService.LogFatalBuildError(buildEventContext, ex, new BuildEventFileInfo(submission.BuildRequestData.ProjectFullPath));
2179((IBuildComponentHost)this).LoggingService,
2745ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2758ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
2905((IBuildComponentHost)this).LoggingService.LogError(buildEventContext, new BuildEventFileInfo(String.Empty), "UnableToCreateNode", response.RequiredNodeType.ToString("G"));
3030ILoggingService loggingService = ((IBuildComponentHost)this).GetComponent<ILoggingService>(BuildComponentType.LoggingService);
3194((IBuildComponentHost)this).GetComponent(BuildComponentType.BuildCheckManagerProvider) as IBuildCheckManagerProvider;
3524var loggingService = ((IBuildComponentHost)this).LoggingService;
3531var loggingService = ((IBuildComponentHost)this).LoggingService;