2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
449
_shutdownException
= e;
783
_shutdownException
= null;
3 references to _shutdownException
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
459
CommunicationsUtilities.Trace($"Shutting down with reason: {_shutdownReason}, and exception: {
_shutdownException
}.");
529
exception =
_shutdownException
;
852
if (
_shutdownException
!= null)