2 references to PersistentStorage
Microsoft.CodeAnalysis.Workspaces (2)
Shared\TestHooks\FeatureAttribute.cs (1)
56
public const string PersistentStorage = nameof(
PersistentStorage
);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
29
private readonly IAsynchronousOperationListener _asyncListener = asyncOperationListenerProvider.GetListener(FeatureAttribute.
PersistentStorage
);