Implemented interface member:
event
OnLoggingThreadException
Microsoft.Build.BackEnd.Logging.ILoggingService.OnLoggingThreadException
3 references to OnLoggingThreadException
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1573if (OnLoggingThreadException == null) 1940OnLoggingThreadException?.Invoke(ex);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1160loggingService.OnLoggingThreadException += ex =>