11 references to IsIoRelatedException
MSBuild (11)
ExceptionHandling.cs (1)
146
return !
IsIoRelatedException
(e);
FileUtilities.cs (5)
816
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
896
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
933
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1001
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1265
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
Modifiers.cs (1)
600
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
XMake.cs (3)
3237
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
3256
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
4131
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))