3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1206
_threadException
= null;
2876
_threadException
= ExceptionDispatchInfo.Capture(e);
2992
_threadException
= null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631
if (
_threadException
!= null)
635
_threadException
.Throw();
1153
_threadException
?.Throw();
1203
if (result.Exception == null &&
_threadException
!= null)
1205
result.Exception =
_threadException
.SourceException;
2869
if (
_threadException
== null)