3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1142_threadException = null; 2813_threadException = ExceptionDispatchInfo.Capture(e); 2929_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
607if (_threadException != null) 611_threadException.Throw(); 1103_threadException?.Throw(); 1139if (result.Exception == null && _threadException != null) 1141result.Exception = _threadException.SourceException; 2806if (_threadException == null)