4 references to IsNormalIOException
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (2)
84catch (Exception e) when (IOUtilities.IsNormalIOException(e)) 178catch (Exception e) when (IOUtilities.IsNormalIOException(e))
Shared\Utilities\IOUtilities.cs (2)
31catch (Exception e) when (IsNormalIOException(e)) 44catch (Exception e) when (IsNormalIOException(e))