3 references to LogErrorAndShutdown
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1111
LogErrorAndShutdown
(errorMessage);
3179
LogErrorAndShutdown
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("InputCacheFilesDoNotExist", string.Join(";", inputCacheFiles.Where(f => !File.Exists(f)))));
3191
LogErrorAndShutdown
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ErrorReadingCacheFile", inputCacheFile, exception.Message));