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