34 references to IsIoRelatedException
Microsoft.Build (34)
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)
735
catch (Exception e) when (ExceptionUtilities.
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)
2426
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2510
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2583
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
147
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
2014
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2599
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2610
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2632
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))