9 references to LoggingService
Microsoft.Build (9)
Definition\Project.cs (2)
857internal ILoggingService LoggingService => ProjectCollection.LoggingService; 2523internal ILoggingService LoggingService => ProjectCollection.LoggingService;
Definition\ProjectCollection.cs (4)
420LoggingService.LogInvalidProjectFileError(buildEventContext, ex2); 1318LoggingService.LogInvalidProjectFileError(buildEventContext, ex); 1849(LoggingService as LoggingService)?.WaitForLoggingToProcessEvents(); 1850((IBuildComponent)LoggingService).ShutdownComponent();
Instance\ProjectInstance.cs (3)
328Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version provided */, buildParameters, projectCollection.LoggingService, buildEventContext, 564Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version specified */, buildParameters, projectCollection.LoggingService, buildEventContext, 633Initialize(xml, globalProperties, toolsVersion, null, visualStudioVersionFromSolution, new BuildParameters(projectCollection), projectCollection.LoggingService, buildEventContext, sdkResolverService, submissionId);