2 implementations of LogProjectStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
509public BuildEventContext LogProjectStarted(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
519public BuildEventContext LogProjectStarted(
2 references to LogProjectStarted
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
138this.BuildEventContext = LoggingService.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>());