2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
365_shutdownException = e; 380_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)
258CommunicationsUtilities.Trace($"Shutting down with reason: {_shutdownReason}, and exception: {_shutdownException}."); 264exception = _shutdownException;