5 references to IsCriticalException
Microsoft.Build.Utilities.Core (5)
ExceptionHandling.cs (1)
129if (aggregateException.InnerExceptions.Any(innerException => IsCriticalException(innerException)))
PlatformManifest.cs (1)
156catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
SDKManifest.cs (1)
358catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
ToolLocationHelper.cs (2)
1467catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 3216catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))