7 references to IsNormalIOException
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
99catch (Exception ex) when (IOUtilities.IsNormalIOException(ex))
PdbSourceDocument\PdbSourceDocumentLoaderService.cs (1)
106catch (Exception ex) when (IOUtilities.IsNormalIOException(ex))
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
598catch (Exception e) when (IOUtilities.IsNormalIOException(e) || _service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken))
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (2)
77catch (Exception e) when (IOUtilities.IsNormalIOException(e)) 156catch (Exception e) when (IOUtilities.IsNormalIOException(e))
Shared\Utilities\IOUtilities.cs (2)
31catch (Exception e) when (IsNormalIOException(e)) 44catch (Exception e) when (IsNormalIOException(e))