6 references to IsNormalIOException
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
99
catch (Exception ex) when (IOUtilities.
IsNormalIOException
(ex))
PdbSourceDocument\PdbSourceDocumentLoaderService.cs (1)
95
catch (Exception ex) when (IOUtilities.
IsNormalIOException
(ex))
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (2)
84
catch (Exception e) when (IOUtilities.
IsNormalIOException
(e))
178
catch (Exception e) when (IOUtilities.
IsNormalIOException
(e))
Shared\Utilities\IOUtilities.cs (2)
31
catch (Exception e) when (
IsNormalIOException
(e))
44
catch (Exception e) when (
IsNormalIOException
(e))