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)
741if (_threadException != null) 745_threadException.Throw(); 1273if (_threadException is not null) 1275RecordCrashTelemetry(_threadException.SourceException, isUnhandled: true); 1280_threadException?.Throw(); 1384telemetry.ThreadExceptionRecorded = _threadException is not null; 1478if (result.Exception == null && _threadException != null) 1480result.Exception = _threadException.SourceException; 3165if (_threadException == null)