36 references to IsIoRelatedException
Microsoft.Build (36)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
899catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
990catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1015catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1050catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Construction\ProjectRootElement.cs (1)
2036catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Construction\Solution\SolutionFile.cs (1)
727catch (Exception e) when (ExceptionUtilities.IsIoRelatedException(e))
Construction\Solution\SolutionProjectGenerator.cs (2)
1540catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1715catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\Toolset.cs (4)
716catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 966catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1008catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1052catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\ToolsetReader.cs (1)
632catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
61catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Evaluator.cs (2)
2030catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2075catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Evaluation\Expander.cs (3)
2424catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2508catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2581catch (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)) 1232catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
FrameworkLocationHelper.cs (1)
988catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
149catch (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))