16 references to IsCriticalException
MSBuild (16)
ExceptionHandling.cs (1)
150
if (aggregateException.InnerExceptions.Any(innerException =>
IsCriticalException
(innerException)))
LoadedType.cs (4)
98
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
115
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
126
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
138
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
NodeEndpointOutOfProcBase.cs (1)
503
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
OutOfProcTaskAppDomainWrapperBase.cs (6)
118
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
222
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
306
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
331
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
353
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
370
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
OutOfProcTaskHostNode.cs (1)
971
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!ExceptionHandling.
IsCriticalException
(ex))
TypeUtilities.cs (2)
49
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
68
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))