1 write to _reportAndSwallowExceptionUnlessCanceled
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (1)
65_reportAndSwallowExceptionUnlessCanceled = reportAndSwallowExceptionUnlessCanceled;
8 references to _reportAndSwallowExceptionUnlessCanceled
Microsoft.CodeAnalysis.Features (8)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (8)
206catch (Exception e) when (_service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 284catch (Exception e) when (_service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 374catch (Exception e) when (_service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 422catch (Exception e) when (_service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 576catch (Exception e) when (_service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 598catch (Exception e) when (IOUtilities.IsNormalIOException(e) || _service._reportAndSwallowExceptionUnlessCanceled(e, cancellationToken)) 620_service._reportAndSwallowExceptionUnlessCanceled(new FormatException($"Database element invalid. Missing '{ContentAttributeName}' attribute"), CancellationToken.None); 639_service._reportAndSwallowExceptionUnlessCanceled(new FormatException($"Checksum mismatch: expected != actual. {expectedChecksum} != {actualChecksum}"), CancellationToken.None);