3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1464
_threadException
= null;
3152
_threadException
= ExceptionDispatchInfo.Capture(e);
3269
_threadException
= null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
736
if (
_threadException
!= null)
740
_threadException
.Throw();
1256
if (
_threadException
is not null)
1258
RecordCrashTelemetry(
_threadException
.SourceException, isUnhandled: true);
1263
_threadException
?.Throw();
1367
telemetry.ThreadExceptionRecorded =
_threadException
is not null;
1461
if (result.Exception == null &&
_threadException
!= null)
1463
result.Exception =
_threadException
.SourceException;
3145
if (
_threadException
== null)