4 references to PersistentStorage
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
65
var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.
PersistentStorage
);
Microsoft.CodeAnalysis.Workspaces (2)
Shared\TestHooks\FeatureAttribute.cs (1)
50
public const string PersistentStorage = nameof(
PersistentStorage
);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
34
_asyncListener = asyncOperationListenerProvider.GetListener(FeatureAttribute.
PersistentStorage
);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\SQLiteV2PersistentStorageTests.cs (1)
30
exportProvider.GetExports<IAsynchronousOperationListenerProvider>().Single().Value.GetListener(FeatureAttribute.
PersistentStorage
),