3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1481
_threadException
= null;
3172
_threadException
= ExceptionDispatchInfo.Capture(e);
3289
_threadException
= null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
741
if (
_threadException
!= null)
745
_threadException
.Throw();
1273
if (
_threadException
is not null)
1275
RecordCrashTelemetry(
_threadException
.SourceException, isUnhandled: true);
1280
_threadException
?.Throw();
1384
telemetry.ThreadExceptionRecorded =
_threadException
is not null;
1478
if (result.Exception == null &&
_threadException
!= null)
1480
result.Exception =
_threadException
.SourceException;
3165
if (
_threadException
== null)