30 references to IsCriticalException
Microsoft.Build.Tasks.Core (30)
AppConfig\BindingRedirect.cs (2)
59catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 73catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ReferenceTable.cs (1)
2965catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
2693catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
ErrorFromResources.cs (1)
60catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
ExceptionHandling.cs (1)
129if (aggregateException.InnerExceptions.Any(innerException => IsCriticalException(innerException)))
GenerateResource.cs (1)
2786catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
GetInstalledSDKLocations.cs (1)
150catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
GetReferenceAssemblyPaths.cs (1)
223if (ExceptionHandling.IsCriticalException(e))
GetSDKReferenceFiles.cs (6)
290catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 940catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 970catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 983catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1105catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 1139catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
StateFileBase.cs (1)
117catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
WriteCodeFragment.cs (2)
548catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 576catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
XmlPeek.cs (4)
72catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 87catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 104catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 117catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
XmlPoke.cs (4)
75catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 89catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 103catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 130catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
XslTransformation.cs (4)
108catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 135catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 153catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 180catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))