3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1419_threadException = null; 3092_threadException = ExceptionDispatchInfo.Capture(e); 3208_threadException = null;
9 references to _threadException
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (9)
695if (_threadException != null) 699_threadException.Throw(); 1212if (_threadException is not null) 1214RecordCrashTelemetry(_threadException.SourceException, isUnhandled: true); 1219_threadException?.Throw(); 1323telemetry.ThreadExceptionRecorded = _threadException is not null; 1416if (result.Exception == null && _threadException != null) 1418result.Exception = _threadException.SourceException; 3085if (_threadException == null)