2 references to TryCreatePersistentStorageAsync
Microsoft.CodeAnalysis.Workspaces (2)
Storage\AbstractPersistentStorageService.cs (2)
105
var result = await
TryCreatePersistentStorageAsync
(solutionKey, workingFolderPath, cancellationToken).ConfigureAwait(false) ??
106
await
TryCreatePersistentStorageAsync
(solutionKey, workingFolderPath, cancellationToken).ConfigureAwait(false);