1 write to _serviceProvider
Microsoft.VisualStudio.LanguageServices (1)
Storage\VisualStudioCloudCacheStorageService.cs (1)
34
_serviceProvider
= (IAsyncServiceProvider)serviceProvider;
1 reference to _serviceProvider
Microsoft.VisualStudio.LanguageServices (1)
Storage\VisualStudioCloudCacheStorageService.cs (1)
39
=> new VisualStudioCloudCacheStorageService(
_serviceProvider
, _threadingContext, workspaceServices.GetRequiredService<IPersistentStorageConfiguration>());