2 writes to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
1011_storageService = (AbstractPersistentStorageService)solution.Workspace.Services.SolutionServices.GetPersistentStorageService(); 1029_storageService = (AbstractPersistentStorageService)services.SolutionServices.GetPersistentStorageService();
9 references to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
PersistentStorage\AbstractPersistentStorageTests.cs (9)
91_storageService?.GetTestAccessor().Shutdown(); 880await index.SaveAsync(document, _storageService!); 882var index2 = await SyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default); 900await index.SaveAsync(document, _storageService!); 902var index2 = await TopLevelSyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default); 975_storageService?.GetTestAccessor().Shutdown(); 1008_storageService?.GetTestAccessor().Shutdown(); 1012var storage = await _storageService.GetStorageAsync( 1030var storage = await _storageService.GetStorageAsync(