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