2 writes to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
1013_storageService = (AbstractPersistentStorageService)solution.Workspace.Services.SolutionServices.GetPersistentStorageService(); 1031_storageService = (AbstractPersistentStorageService)services.SolutionServices.GetPersistentStorageService();
9 references to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
PersistentStorage\AbstractPersistentStorageTests.cs (9)
90_storageService?.GetTestAccessor().Shutdown(); 882await index.SaveAsync(document, _storageService!); 884var index2 = await SyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default); 902await index.SaveAsync(document, _storageService!); 904var index2 = await TopLevelSyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default); 977_storageService?.GetTestAccessor().Shutdown(); 1010_storageService?.GetTestAccessor().Shutdown(); 1014var storage = await _storageService.GetStorageAsync( 1032var storage = await _storageService.GetStorageAsync(