3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1317
_threadException
= null;
2990
_threadException
= ExceptionDispatchInfo.Capture(e);
3106
_threadException
= null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
672
if (
_threadException
!= null)
676
_threadException
.Throw();
1185
if (
_threadException
is not null)
1187
RecordCrashTelemetry(
_threadException
.SourceException, isUnhandled: true);
1192
_threadException
?.Throw();
1281
threadExceptionRecorded =
_threadException
is not null;
1314
if (result.Exception == null &&
_threadException
!= null)
1316
result.Exception =
_threadException
.SourceException;
2983
if (
_threadException
== null)