36 references to IsIoRelatedException
Microsoft.Build (36)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
902
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)
632
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
60
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Evaluator.cs (2)
2047
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2092
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Evaluation\Expander.cs (3)
2430
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2514
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2587
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
146
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
1999
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2584
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2595
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2617
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)
991
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))