36 references to IsIoRelatedException
Microsoft.Build (36)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
899
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)
2036
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Construction\Solution\SolutionFile.cs (1)
727
catch (Exception e) when (ExceptionUtilities.
IsIoRelatedException
(e))
Construction\Solution\SolutionProjectGenerator.cs (2)
1540
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1715
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\Toolset.cs (4)
716
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
966
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1008
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1052
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\ToolsetReader.cs (1)
632
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
61
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Evaluator.cs (2)
2030
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2075
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Evaluation\Expander.cs (3)
2424
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2508
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2581
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
147
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
2011
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2595
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2601
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2619
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
FileUtilities.cs (5)
789
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
863
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
900
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
968
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1232
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
FrameworkLocationHelper.cs (1)
988
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))