12 references to IsIoRelatedException
MSBuild (12)
ExceptionHandling.cs (1)
168
return !
IsIoRelatedException
(e);
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))
Modifiers.cs (1)
401
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TempFileUtilities.cs (1)
196
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
XMake.cs (3)
3201
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
3220
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
4125
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))