2 writes to _shutdownException
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
432_shutdownException = e; 764_shutdownException = null;
3 references to _shutdownException
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
442CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.", _shutdownReason, _shutdownException); 507exception = _shutdownException; 826if (_shutdownException != null)