7 references to IsIoRelatedException
MSBuildTaskHost (7)
ExceptionHandling.cs (1)
147
return !
IsIoRelatedException
(e);
FileUtilities.cs (5)
789
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
863
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
900
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
968
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1232
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Modifiers.cs (1)
600
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))