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)
615
if (
_threadException
!= null)
619
_threadException
.Throw();
1116
_threadException
?.Throw();
1166
if (result.Exception == null &&
_threadException
!= null)
1168
result.Exception =
_threadException
.SourceException;
2833
if (
_threadException
== null)