3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1209_threadException = null; 2884_threadException = ExceptionDispatchInfo.Capture(e); 3000_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631if (_threadException != null) 635_threadException.Throw(); 1156_threadException?.Throw(); 1206if (result.Exception == null && _threadException != null) 1208result.Exception = _threadException.SourceException; 2877if (_threadException == null)