7 references to IsIoRelatedException
MSBuildTaskHost (7)
ExceptionHandling.cs (1)
168
return !
IsIoRelatedException
(e);
FileUtilities.cs (5)
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))
Modifiers.cs (1)
401
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))