3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1212_threadException = null; 2887_threadException = ExceptionDispatchInfo.Capture(e); 3003_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631if (_threadException != null) 635_threadException.Throw(); 1159_threadException?.Throw(); 1209if (result.Exception == null && _threadException != null) 1211result.Exception = _threadException.SourceException; 2880if (_threadException == null)