20 references to IsIoRelatedException
Microsoft.Build.Utilities.Core (20)
ExceptionHandling.cs (1)
147
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
2011
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2595
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2601
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2619
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
FileUtilities.cs (5)
789
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
863
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
900
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
968
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1232
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
FrameworkLocationHelper.cs (1)
988
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
Modifiers.cs (1)
600
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ToolLocationHelper.cs (5)
861
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1058
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1178
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3073
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3168
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ToolsetElement.cs (1)
101
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
ToolTask.cs (1)
858
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))