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