Implemented interface member:
method
LogBuildEvent
Microsoft.Build.BackEnd.Logging.ILoggingService.LogBuildEvent(Microsoft.Build.Framework.BuildEventArgs)
4 references to LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
173_loggingService?.LogBuildEvent(buildArgs);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServicesLogMethod_Tests.cs (3)
56loggingService.LogBuildEvent(null); 84loggingService.LogBuildEvent(messageEvent); 1779loggingService.LogBuildEvent(expectedBuildEvent);