4 overrides of ShouldDeleteDatabase
IdeCoreBenchmarks (1)
AbstractCloudCachePersistentStorageService.cs (1)
35protected sealed override bool ShouldDeleteDatabase(Exception exception)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
AbstractCloudCachePersistentStorageService.cs (1)
35protected sealed override bool ShouldDeleteDatabase(Exception exception)
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
120protected override bool ShouldDeleteDatabase(Exception exception) => true;
Microsoft.VisualStudio.LanguageServices (1)
Storage\AbstractCloudCachePersistentStorageService.cs (1)
35protected sealed override bool ShouldDeleteDatabase(Exception exception)
1 reference to ShouldDeleteDatabase
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
138if (ShouldDeleteDatabase(ex))