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