12 references to LoggingService
Microsoft.Build (9)
Definition\Project.cs (2)
845internal ILoggingService LoggingService => ProjectCollection.LoggingService; 2500internal ILoggingService LoggingService => ProjectCollection.LoggingService;
Definition\ProjectCollection.cs (4)
360LoggingService.LogInvalidProjectFileError(buildEventContext, ex2); 1188LoggingService.LogInvalidProjectFileError(buildEventContext, ex); 1736(LoggingService as LoggingService)?.WaitForLoggingToProcessEvents(); 1737((IBuildComponent)LoggingService).ShutdownComponent();
Instance\ProjectInstance.cs (3)
310Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version provided */, buildParameters, projectCollection.LoggingService, buildEventContext, 520Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version specified */, buildParameters, projectCollection.LoggingService, buildEventContext, 588Initialize(xml, globalProperties, toolsVersion, null, visualStudioVersionFromSolution, new BuildParameters(projectCollection), projectCollection.LoggingService, buildEventContext, sdkResolverService, submissionId);
Microsoft.Build.Engine.UnitTests (3)
ConsoleLogger_Tests.cs (1)
280pc.Collection.LoggingService.IncludeEvaluationPropertiesAndItems = true;
Construction\SolutionProjectGenerator_Tests.cs (1)
2236ProjectInstance[] instances = SolutionProjectGenerator.Generate(solution, globalProperties, null, BuildEventContext.Invalid, collection.LoggingService);
Instance\ProjectInstance_Internal_Tests.cs (1)
853? new ProjectInstance(rootElement, globalProperties: null, toolsVersion: null, buildParameters, projectCollection.LoggingService, buildEventContext, sdkResolverService: null, 0)