3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1132_threadException = null; 2798_threadException = ExceptionDispatchInfo.Capture(e); 2914_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
606if (_threadException != null) 610_threadException.Throw(); 1093_threadException?.Throw(); 1129if (result.Exception == null && _threadException != null) 1131result.Exception = _threadException.SourceException; 2791if (_threadException == null)