1 override of TryOpenDatabaseAsync
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
67protected override ValueTask<IChecksummedPersistentStorage?> TryOpenDatabaseAsync(
1 reference to TryOpenDatabaseAsync
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
92return await TryOpenDatabaseAsync(solutionKey, workingFolderPath, databaseFilePath, faultInjector, cancellationToken).ConfigureAwait(false);