3 writes to _threadException
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1212
_threadException
= null;
2887
_threadException
= ExceptionDispatchInfo.Capture(e);
3003
_threadException
= null;
6 references to _threadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
631
if (
_threadException
!= null)
635
_threadException
.Throw();
1159
_threadException
?.Throw();
1209
if (result.Exception == null &&
_threadException
!= null)
1211
result.Exception =
_threadException
.SourceException;
2880
if (
_threadException
== null)