11 references to IsIoRelatedException
MSBuild (11)
ExceptionHandling.cs (1)
147return !IsIoRelatedException(e);
FileUtilities.cs (5)
789catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 863catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 900catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 968catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1225catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Modifiers.cs (1)
600catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
XMake.cs (3)
3185catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3204catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 4067catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))