35 references to IsIoRelatedException
Microsoft.Build (35)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
896catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
986catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1011catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1046catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Construction\ProjectRootElement.cs (1)
2054catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Construction\Solution\SolutionFile.cs (1)
483catch (Exception e) when (ExceptionUtilities.IsIoRelatedException(e))
Construction\Solution\SolutionProjectGenerator.cs (2)
1536catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1711catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\Toolset.cs (4)
716catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 970catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1012catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1057catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\ToolsetReader.cs (1)
662catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
61catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Evaluator.cs (2)
2095catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2140catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Evaluation\Expander.cs (3)
2416catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2500catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2573catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ExceptionHandling.cs (1)
147return !IsIoRelatedException(e);
FileMatcher.cs (4)
2011catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2595if (ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException)) 2601catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2619return ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException);
FileUtilities.cs (5)
789catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 863catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 900catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 968catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1225catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
FrameworkLocationHelper.cs (1)
988catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Logging\FileLogger.cs (2)
122catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 151catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Modifiers.cs (1)
600catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolsetElement.cs (1)
101catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))