3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1419
_threadException
= null;
3092
_threadException
= ExceptionDispatchInfo.Capture(e);
3208
_threadException
= null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
695
if (
_threadException
!= null)
699
_threadException
.Throw();
1212
if (
_threadException
is not null)
1214
RecordCrashTelemetry(
_threadException
.SourceException, isUnhandled: true);
1219
_threadException
?.Throw();
1323
telemetry.ThreadExceptionRecorded =
_threadException
is not null;
1416
if (result.Exception == null &&
_threadException
!= null)
1418
result.Exception =
_threadException
.SourceException;
3085
if (
_threadException
== null)