7 references to IsCriticalException
MSBuildTaskHost (7)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
364catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
OutOfProcTaskAppDomainWrapper.cs (5)
60catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 128catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 147catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 191catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 220catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
OutOfProcTaskHostNode.cs (1)
640catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))