35 references to IsIoRelatedException
Microsoft.Build (35)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
920
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
990
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1015
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1050
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Construction\ProjectRootElement.cs (1)
2071
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Construction\Solution\SolutionFile.cs (1)
749
catch (Exception e) when (ExceptionUtilities.
IsIoRelatedException
(e))
Definition\Toolset.cs (4)
607
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
864
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
911
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
957
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\ToolsetReader.cs (1)
626
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
60
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Evaluator.cs (2)
2081
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2126
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Evaluation\Expander.cs (3)
2609
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2693
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2766
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
168
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
2026
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2611
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2622
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2644
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
FileUtilities.cs (6)
756
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
845
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
925
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
962
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1030
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1294
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
FrameworkLocationHelper.cs (1)
1024
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
149
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Logging\FileLogger.cs (2)
121
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
150
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Modifiers.cs (1)
401
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ToolsetElement.cs (1)
101
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))