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)
672if (_threadException != null) 676_threadException.Throw(); 1185if (_threadException is not null) 1187RecordCrashTelemetry(_threadException.SourceException, isUnhandled: true); 1192_threadException?.Throw(); 1281threadExceptionRecorded = _threadException is not null; 1314if (result.Exception == null && _threadException != null) 1316result.Exception = _threadException.SourceException; 2983if (_threadException == null)