3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1206_threadException = null; 2876_threadException = ExceptionDispatchInfo.Capture(e); 2992_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631if (_threadException != null) 635_threadException.Throw(); 1153_threadException?.Throw(); 1203if (result.Exception == null && _threadException != null) 1205result.Exception = _threadException.SourceException; 2869if (_threadException == null)