2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
447_shutdownException = e; 777_shutdownException = null;
3 references to _shutdownException
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
457CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.", _shutdownReason, _shutdownException); 522exception = _shutdownException; 842if (_shutdownException != null)