12 references to LoggingService
Microsoft.Build (9)
Definition\Project.cs (2)
845
internal ILoggingService LoggingService => ProjectCollection.
LoggingService
;
2499
internal ILoggingService LoggingService => ProjectCollection.
LoggingService
;
Definition\ProjectCollection.cs (4)
360
LoggingService
.LogInvalidProjectFileError(buildEventContext, ex2);
1203
LoggingService
.LogInvalidProjectFileError(buildEventContext, ex);
1737
(
LoggingService
as LoggingService)?.WaitForLoggingToProcessEvents();
1738
((IBuildComponent)
LoggingService
).ShutdownComponent();
Instance\ProjectInstance.cs (3)
312
Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version provided */, buildParameters, projectCollection.
LoggingService
, buildEventContext,
522
Initialize(xml, globalProperties, toolsVersion, subToolsetVersion, 0 /* no solution version specified */, buildParameters, projectCollection.
LoggingService
, buildEventContext,
590
Initialize(xml, globalProperties, toolsVersion, null, visualStudioVersionFromSolution, new BuildParameters(projectCollection), projectCollection.
LoggingService
, buildEventContext, sdkResolverService, submissionId);
Microsoft.Build.Engine.UnitTests (3)
ConsoleLogger_Tests.cs (1)
280
pc.Collection.
LoggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(inProjectStartedEvent: false, inEvaluationFinishedEvent: true);
Construction\SolutionProjectGenerator_Tests.cs (1)
2307
ProjectInstance[] instances = SolutionProjectGenerator.Generate(solution, globalProperties, null, BuildEventContext.Invalid, collection.
LoggingService
);
Instance\ProjectInstance_Internal_Tests.cs (1)
866
? new ProjectInstance(rootElement, globalProperties: null, toolsVersion: null, buildParameters, projectCollection.
LoggingService
, buildEventContext, sdkResolverService: null, 0)