1 write to ThreadExceptionRecorded
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1298
telemetry.
ThreadExceptionRecorded
= _threadException is not null;
3 references to ThreadExceptionRecorded
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
532
AddIfNotNull(
ThreadExceptionRecorded
);
602
AddIfNotNull(
ThreadExceptionRecorded
?.ToString(), nameof(
ThreadExceptionRecorded
));