4 writes to _threadException
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
1152_threadException = null; 1177_threadException = null; 2862_threadException = ExceptionDispatchInfo.Capture(e); 2978_threadException = null;
8 references to _threadException
Microsoft.Build (8)
BackEnd\BuildManager\BuildManager.cs (8)
612if (_threadException != null) 616_threadException.Throw(); 1115_threadException?.Throw(); 1149if (result.Exception == null && _threadException != null) 1151result.Exception = _threadException.SourceException; 1174if (result.Exception == null && _threadException != null) 1176result.Exception = _threadException.SourceException; 2855if (_threadException == null)