3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1394
_threadException
= null;
3067
_threadException
= ExceptionDispatchInfo.Capture(e);
3183
_threadException
= null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
672
if (
_threadException
!= null)
676
_threadException
.Throw();
1186
if (
_threadException
is not null)
1188
RecordCrashTelemetry(
_threadException
.SourceException, isUnhandled: true);
1193
_threadException
?.Throw();
1298
telemetry.ThreadExceptionRecorded =
_threadException
is not null;
1391
if (result.Exception == null &&
_threadException
!= null)
1393
result.Exception =
_threadException
.SourceException;
3060
if (
_threadException
== null)