3 references to IsIoRelatedException
Microsoft.Build.Tasks.CodeAnalysis (3)
Utilities.cs (2)
118catch (Exception e) when (IsIoRelatedException(e)) { } 128catch (Exception e) when (IsIoRelatedException(e)) { }
Vbc.cs (1)
332catch (Exception e) when (Utilities.IsIoRelatedException(e))