2 references to CreatePersistentStorageAsync
Microsoft.CodeAnalysis.Workspaces (2)
Storage\AbstractPersistentStorageService.cs (2)
37/// Can throw. If it does, the caller (<see cref="CreatePersistentStorageAsync"/>) will attempt 83var storage = await CreatePersistentStorageAsync(solutionKey, workingFolder, cancellationToken).ConfigureAwait(false);