3 writes to ThreadExceptionRecorded
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1298
telemetry.
ThreadExceptionRecorded
= _threadException is not null;
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
700
ThreadExceptionRecorded
= false,
740
ThreadExceptionRecorded
= true,
6 references to ThreadExceptionRecorded
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
530
AddIfNotNull(
ThreadExceptionRecorded
);
600
AddIfNotNull(
ThreadExceptionRecorded
?.ToString(), nameof(
ThreadExceptionRecorded
));
Microsoft.Build.Framework.UnitTests (3)
CrashTelemetry_Tests.cs (3)
717
props[nameof(CrashTelemetry.
ThreadExceptionRecorded
)].ShouldBe("False");
759
props[nameof(CrashTelemetry.
ThreadExceptionRecorded
)].ShouldBe(true);
785
props.ShouldNotContainKey(nameof(CrashTelemetry.
ThreadExceptionRecorded
));