81 references to IsIoRelatedException
Microsoft.Build (21)
BackEnd\BuildManager\EnvironmentVariableValidator.cs (1)
48catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
987catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1012catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1047catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Construction\ProjectRootElement.cs (1)
2065catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Construction\Solution\SolutionFile.cs (1)
748catch (Exception e) when (ExceptionHandling.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)
623catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
61catch (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)
2622catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2708catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2783catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Evaluation\ToolsetElement.cs (1)
102catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
146catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Logging\FileLogger.cs (2)
120catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 149catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Microsoft.Build.Framework (14)
ExceptionHandling.cs (1)
65return !IsIoRelatedException(e);
FileUtilities.cs (6)
944catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1027catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1107catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1144catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1212catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1469catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
FileUtilities_TempFiles.cs (1)
204catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ItemSpecModifiers.cs (1)
472catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Utilities\FileMatcher.cs (4)
2029catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2614if (ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException)) 2625catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2647return ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException);
Utilities\FrameworkLocationHelper.cs (1)
1046catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Microsoft.Build.Tasks.Core (37)
AppConfig\AppConfig.cs (1)
54catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\ReferenceTable.cs (4)
704catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 926catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1018catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1232catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
1673catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\Resolver.cs (1)
334catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Copy.cs (2)
993catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1023catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
CreateManifestResourceName.cs (1)
259catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Delete.cs (1)
153catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
FileIO\ReadLinesFromFile.cs (1)
71catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
FileIO\WriteLinesToFile.cs (5)
165catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 193catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 242catch (Exception ex) when (attempt < maxAttempts && ExceptionHandling.IsIoRelatedException(ex)) 249catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 291catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
FileState.cs (1)
216if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown))
GenerateResource.cs (4)
1638catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2644catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2729catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2797catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
GetAssemblyIdentity.cs (1)
85catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ListOperators\FindUnderPath.cs (2)
83catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 114catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
MakeDir.cs (1)
85catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ManifestUtil\LauncherBuilder.cs (1)
112catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Move.cs (1)
179catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
RedistList.cs (1)
745catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
RemoveDir.cs (2)
139catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 177catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
StateFileBase.cs (1)
181catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Touch.cs (4)
191catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 263catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 279catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 295catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
WriteCodeFragment.cs (1)
133catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (5)
866catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1063catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1183catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 3079catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 3174catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolTask.cs (1)
915catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
MSBuild (3)
XMake.cs (3)
2806catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2825catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3717catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))