3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1132
_threadException
= null;
2798
_threadException
= ExceptionDispatchInfo.Capture(e);
2914
_threadException
= null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
606
if (
_threadException
!= null)
610
_threadException
.Throw();
1093
_threadException
?.Throw();
1129
if (result.Exception == null &&
_threadException
!= null)
1131
result.Exception =
_threadException
.SourceException;
2791
if (
_threadException
== null)