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