95 references to IsIoRelatedException
Microsoft.Build (24)
BackEnd\BuildManager\EnvironmentVariableValidator.cs (1)
48
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
957
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)
748
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Construction\Solution\SolutionProjectGenerator.cs (2)
1610
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1785
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\Toolset.cs (4)
607
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
864
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
911
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
957
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Definition\ToolsetReader.cs (1)
626
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
61
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\Evaluator.cs (2)
2081
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2126
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Evaluation\Expander.cs (3)
2622
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2708
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2783
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Evaluation\ToolsetElement.cs (1)
102
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
146
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Logging\FileLogger.cs (2)
121
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
150
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Microsoft.Build.Framework (14)
ExceptionHandling.cs (1)
65
return !
IsIoRelatedException
(e);
FileUtilities.cs (6)
944
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1027
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1107
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1144
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1212
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1469
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
FileUtilities_TempFiles.cs (1)
204
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ItemSpecModifiers.cs (1)
472
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Utilities\FileMatcher.cs (4)
2029
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2614
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2625
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2647
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
Utilities\FrameworkLocationHelper.cs (1)
1046
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Microsoft.Build.Tasks.Core (44)
AppConfig\AppConfig.cs (1)
54
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\ReferenceTable.cs (4)
694
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
916
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1008
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1222
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
1545
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\Resolver.cs (1)
328
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Copy.cs (2)
990
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1020
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
CreateManifestResourceName.cs (1)
259
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Delete.cs (1)
154
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
FileIO\ReadLinesFromFile.cs (1)
71
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
FileIO\WriteLinesToFile.cs (5)
166
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
194
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
243
catch (Exception ex) when (attempt < maxAttempts && ExceptionHandling.
IsIoRelatedException
(ex))
250
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
292
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
FileState.cs (1)
217
if (!ExceptionHandling.
IsIoRelatedException
(_exceptionThrown))
GenerateResource.cs (4)
1638
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2644
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2731
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2799
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
GetAssemblyIdentity.cs (1)
86
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ListOperators\FindUnderPath.cs (2)
83
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
114
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
MakeDir.cs (1)
86
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ManifestUtil\LauncherBuilder.cs (1)
95
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Move.cs (1)
179
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
RedistList.cs (1)
745
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
RemoveDir.cs (2)
140
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
178
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ResolveComReference.cs (3)
1287
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1372
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1416
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ResolveKeySource.cs (1)
153
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
SGen.cs (2)
177
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
423
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
StateFileBase.cs (1)
146
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TlbReference.cs (1)
350
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Touch.cs (4)
191
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
263
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
279
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
295
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
WriteCodeFragment.cs (1)
133
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Microsoft.Build.Utilities.Core (10)
ToolLocationHelper.cs (5)
866
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1063
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1183
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3079
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3174
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ToolTask.cs (1)
915
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
814
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
230
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\FileTracker.cs (1)
439
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\FlatTrackingData.cs (1)
464
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
MSBuild (3)
XMake.cs (3)
2806
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2825
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
3717
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))