4 overrides of GetDatabaseFilePath
IdeCoreBenchmarks (1)
AbstractCloudCachePersistentStorageService.cs (1)
29protected sealed override string GetDatabaseFilePath(string workingFolderPath)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
AbstractCloudCachePersistentStorageService.cs (1)
29protected sealed override string GetDatabaseFilePath(string workingFolderPath)
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
92protected override string GetDatabaseFilePath(string workingFolderPath)
Microsoft.VisualStudio.LanguageServices (1)
Storage\AbstractCloudCachePersistentStorageService.cs (1)
29protected sealed override string GetDatabaseFilePath(string workingFolderPath)
1 reference to GetDatabaseFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
119var databaseFilePath = GetDatabaseFilePath(workingFolderPath);