2 implementations of LogProjectStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
489
public BuildEventContext
LogProjectStarted
(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
538
public BuildEventContext
LogProjectStarted
(
1 reference to LogProjectStarted
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
978
BuildEventContext projectStarted = loggingService.
LogProjectStarted
(buildEventContext, 0, buildEventContext.ProjectInstanceId, BuildEventContext.Invalid, "projectFile", "Build", Enumerable.Empty<DictionaryEntry>(), Enumerable.Empty<DictionaryEntry>());