2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
435
_shutdownException
= e;
765
_shutdownException
= null;
3 references to _shutdownException
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
445
CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.", _shutdownReason,
_shutdownException
);
510
exception =
_shutdownException
;
830
if (
_shutdownException
!= null)