3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1169_threadException = null; 2840_threadException = ExceptionDispatchInfo.Capture(e); 2956_threadException = null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
615if (_threadException != null) 619_threadException.Throw(); 1116_threadException?.Throw(); 1166if (result.Exception == null && _threadException != null) 1168result.Exception = _threadException.SourceException; 2833if (_threadException == null)