2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
450_shutdownException = e; 787_shutdownException = null;
3 references to _shutdownException
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
460CommunicationsUtilities.Trace($"Shutting down with reason: {_shutdownReason}, and exception: {_shutdownException}."); 530exception = _shutdownException; 856if (_shutdownException != null)