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