3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1464_threadException = null; 3152_threadException = ExceptionDispatchInfo.Capture(e); 3269_threadException = null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
736if (_threadException != null) 740_threadException.Throw(); 1256if (_threadException is not null) 1258RecordCrashTelemetry(_threadException.SourceException, isUnhandled: true); 1263_threadException?.Throw(); 1367telemetry.ThreadExceptionRecorded = _threadException is not null; 1461if (result.Exception == null && _threadException != null) 1463result.Exception = _threadException.SourceException; 3145if (_threadException == null)