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