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