9 references to LoggingService
Microsoft.Build (9)
Definition\Project.cs (2)
851internal ILoggingService LoggingService => ProjectCollection.LoggingService; 2494internal ILoggingService LoggingService => ProjectCollection.LoggingService;
Definition\ProjectCollection.cs (4)
388LoggingService.LogInvalidProjectFileError(buildEventContext, ex2); 1265LoggingService.LogInvalidProjectFileError(buildEventContext, ex); 1799(LoggingService as LoggingService)?.WaitForLoggingToProcessEvents(); 1800((IBuildComponent)LoggingService).ShutdownComponent();
Instance\ProjectInstance.cs (3)
319Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version provided */, buildParameters, projectCollection.LoggingService, buildEventContext, 553Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version specified */, buildParameters, projectCollection.LoggingService, buildEventContext, 622Initialize(xml, globalProperties, toolsVersion, null, visualStudioVersionFromSolution, new BuildParameters(projectCollection), projectCollection.LoggingService, buildEventContext, sdkResolverService, submissionId);