3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1209
_threadException
= null;
2884
_threadException
= ExceptionDispatchInfo.Capture(e);
3000
_threadException
= null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631
if (
_threadException
!= null)
635
_threadException
.Throw();
1156
_threadException
?.Throw();
1206
if (result.Exception == null &&
_threadException
!= null)
1208
result.Exception =
_threadException
.SourceException;
2877
if (
_threadException
== null)