1 write to _asyncListener
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
34
_asyncListener
= asyncOperationListenerProvider.GetListener(FeatureAttribute.PersistentStorage);
1 reference to _asyncListener
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
38
=> new SQLitePersistentStorageService(_connectionPoolService, workspaceServices.GetRequiredService<IPersistentStorageConfiguration>(),
_asyncListener
);