8 references to IsIoRelatedException
Microsoft.Build.Engine.OM.UnitTests (8)
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))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))