35 references to IsCriticalException
Microsoft.Build.Tasks.Core (35)
AppConfig\BindingRedirect.cs (2)
59catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 73catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\AssemblyInformation.cs (1)
423catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ReferenceTable.cs (1)
2967catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
2693catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
CodeTaskFactory.cs (1)
632catch (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 (3)
1925catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 2784catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 3143catch (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)
546catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 574catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
XamlTaskFactory\TaskParser.cs (1)
133catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
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))