2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
340_shutdownException = e; 355_shutdownException = new InvalidOperationException("Client requested build while server is busy processing previous client build request.");
2 references to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
248CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.", _shutdownReason, _shutdownException); 254exception = _shutdownException;