36 references to IsIoRelatedException
Microsoft.Build (36)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
902catch (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)
2071catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Construction\Solution\SolutionFile.cs (1)
749catch (Exception e) when (ExceptionUtilities.IsIoRelatedException(e))
Construction\Solution\SolutionProjectGenerator.cs (2)
1553catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1728catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\Toolset.cs (4)
726catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 976catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1018catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1062catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Definition\ToolsetReader.cs (1)
632catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
60catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Evaluator.cs (2)
2047catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2092catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Evaluation\Expander.cs (3)
2430catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2514catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2587catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ExceptionHandling.cs (1)
146return !IsIoRelatedException(e);
FileMatcher.cs (4)
1999catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2584if (ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException)) 2595catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2617return ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException);
FileUtilities.cs (5)
816catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 896catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 933catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1001catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1265catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
FrameworkLocationHelper.cs (1)
991catch (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))