3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1142
_threadException
= null;
2813
_threadException
= ExceptionDispatchInfo.Capture(e);
2929
_threadException
= null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
607
if (
_threadException
!= null)
611
_threadException
.Throw();
1103
_threadException
?.Throw();
1139
if (result.Exception == null &&
_threadException
!= null)
1141
result.Exception =
_threadException
.SourceException;
2806
if (
_threadException
== null)