46 references to IsIoRelatedException
Microsoft.Build.Tasks.Core (46)
AppConfig\AppConfig.cs (1)
55catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\ReferenceTable.cs (4)
683catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 905catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 997catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1211catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
1545catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
AssemblyDependency\Resolver.cs (1)
327catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Copy.cs (2)
937catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 967catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
CreateManifestResourceName.cs (1)
255catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Delete.cs (1)
147catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ExceptionHandling.cs (1)
168return !IsIoRelatedException(e);
FileIO\ReadLinesFromFile.cs (1)
67catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
FileIO\WriteLinesToFile.cs (1)
151catch (Exception e) when (ExceptionHandling.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);
FileState.cs (1)
206if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown))
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))
GenerateResource.cs (4)
1638catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2644catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2733catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2801catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
GetAssemblyIdentity.cs (1)
78catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ListOperators\FindUnderPath.cs (2)
65catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 85catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
MakeDir.cs (1)
80catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
ManifestUtil\LauncherBuilder.cs (1)
95catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Modifiers.cs (1)
401catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Move.cs (1)
170catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
RedistList.cs (1)
744catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
RemoveDir.cs (2)
135catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 173catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
StateFileBase.cs (1)
146catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Touch.cs (4)
176catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 248catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 264catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 280catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
WriteCodeFragment.cs (1)
120catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))