46 references to IsIoRelatedException
Microsoft.Build.Tasks.Core (46)
AppConfig\AppConfig.cs (1)
55
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\ReferenceTable.cs (4)
683
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
905
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
997
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1211
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
1545
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
AssemblyDependency\Resolver.cs (1)
327
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Copy.cs (2)
937
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
967
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
CreateManifestResourceName.cs (1)
255
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Delete.cs (1)
147
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ExceptionHandling.cs (1)
168
return !
IsIoRelatedException
(e);
FileIO\ReadLinesFromFile.cs (1)
67
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
FileIO\WriteLinesToFile.cs (1)
151
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
FileMatcher.cs (4)
2026
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2611
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2622
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2644
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
FileState.cs (1)
206
if (!ExceptionHandling.
IsIoRelatedException
(_exceptionThrown))
FileUtilities.cs (6)
756
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
845
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
925
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
962
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1030
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1294
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
GenerateResource.cs (4)
1638
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2644
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2733
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2801
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
GetAssemblyIdentity.cs (1)
78
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ListOperators\FindUnderPath.cs (2)
65
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
85
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
MakeDir.cs (1)
80
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
ManifestUtil\LauncherBuilder.cs (1)
95
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Modifiers.cs (1)
401
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Move.cs (1)
170
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
RedistList.cs (1)
744
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
RemoveDir.cs (2)
135
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
173
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
StateFileBase.cs (1)
146
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Touch.cs (4)
176
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
248
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
264
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
280
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
WriteCodeFragment.cs (1)
120
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))