36 references to IsIoRelatedException
Microsoft.Build (36)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
905
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))
Construction\Solution\SolutionProjectGenerator.cs (2)
1553
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1728
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\Toolset.cs (4)
726
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
976
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1018
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1062
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)
2052
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2097
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Evaluation\Expander.cs (3)
2434
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2518
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2591
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
146
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
2003
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2588
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2599
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2621
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
FileUtilities.cs (5)
816
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
896
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
933
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1001
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1265
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)
122
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
151
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Modifiers.cs (1)
600
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))