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