Implemented interface member:
method
GetStorageAsync
Microsoft.CodeAnalysis.Host.IChecksummedPersistentStorageService.GetStorageAsync(Microsoft.CodeAnalysis.Storage.SolutionKey, System.Threading.CancellationToken)
1 reference to GetStorageAsync
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
68
_storage = _storageService.
GetStorageAsync
(SolutionKey.ToSolutionKey(solution), CancellationToken.None).AsTask().GetAwaiter().GetResult();