12 references to LoggingService
Microsoft.Build (9)
Definition\Project.cs (2)
851internal ILoggingService LoggingService => ProjectCollection.LoggingService; 2505internal ILoggingService LoggingService => ProjectCollection.LoggingService;
Definition\ProjectCollection.cs (4)
387LoggingService.LogInvalidProjectFileError(buildEventContext, ex2); 1264LoggingService.LogInvalidProjectFileError(buildEventContext, ex); 1798(LoggingService as LoggingService)?.WaitForLoggingToProcessEvents(); 1799((IBuildComponent)LoggingService).ShutdownComponent();
Instance\ProjectInstance.cs (3)
318Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version provided */, buildParameters, projectCollection.LoggingService, buildEventContext, 552Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version specified */, buildParameters, projectCollection.LoggingService, buildEventContext, 621Initialize(xml, globalProperties, toolsVersion, null, visualStudioVersionFromSolution, new BuildParameters(projectCollection), projectCollection.LoggingService, buildEventContext, sdkResolverService, submissionId);
Microsoft.Build.Engine.UnitTests (3)
ConsoleLogger_Tests.cs (1)
278pc.Collection.LoggingService.SetIncludeEvaluationPropertiesAndItemsInEvents(inProjectStartedEvent: false, inEvaluationFinishedEvent: true);
Construction\SolutionProjectGenerator_Tests.cs (1)
2384ProjectInstance[] instances = SolutionProjectGenerator.Generate(solution, globalProperties, null, BuildEventContext.Invalid, collection.LoggingService);
Instance\ProjectInstance_Internal_Tests.cs (1)
865? new ProjectInstance(rootElement, globalProperties: null, toolsVersion: null, buildParameters, projectCollection.LoggingService, buildEventContext, sdkResolverService: null, 0)