24 references to IsIoRelatedException
Microsoft.Build.Utilities.Core (24)
ExceptionHandling.cs (1)
146
return !
IsIoRelatedException
(e);
FileMatcher.cs (4)
1999
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
2584
if (ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
))
2595
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
2617
return ex.Flatten().InnerExceptions.All(ExceptionHandling.
IsIoRelatedException
);
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))
FrameworkLocationHelper.cs (1)
991
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)
860
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1057
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1177
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3072
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
3167
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))
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
814
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
230
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\FileTracker.cs (1)
439
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
TrackedDependencies\FlatTrackingData.cs (1)
464
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))