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)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
XMake.cs (3)
3295
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
3314
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
4219
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))