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