3 references to LogErrorAndShutdown
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
1210
LogErrorAndShutdown
(errorMessage);
3409
LogErrorAndShutdown
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("InputCacheFilesDoNotExist", string.Join(";", inputCacheFiles.Where(f => !FileSystems.Default.FileExists(f)))));
3421
LogErrorAndShutdown
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ErrorReadingCacheFile", inputCacheFile, exception.Message));