25 references to IsIoRelatedException
Microsoft.Build.Utilities.Core (25)
ExceptionHandling.cs (1)
168return !IsIoRelatedException(e);
FileMatcher.cs (4)
2026catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2611if (ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException)) 2622catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2644return ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException);
FileUtilities.cs (6)
756catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 845catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 925catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 962catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1030catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1294catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
FrameworkLocationHelper.cs (1)
1024catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Modifiers.cs (1)
401catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolLocationHelper.cs (5)
865catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1062catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1182catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 3078catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 3173catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolsetElement.cs (1)
101catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolTask.cs (1)
858catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
814catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
230catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\FileTracker.cs (1)
439catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\FlatTrackingData.cs (1)
464catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))