2 writes to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
9 references to _storageService
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
PersistentStorage\AbstractPersistentStorageTests.cs (9)
97_storageService?.GetTestAccessor().Shutdown();
888await index.SaveAsync(_storageService!, document, default);
890var index2 = await SyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default);
908await index.SaveAsync(_storageService!, document, default);
910var index2 = await TopLevelSyntaxTreeIndex.LoadAsync(_storageService!, DocumentKey.ToDocumentKey(document), checksum: null, new StringTable(), default);
1015_storageService?.GetTestAccessor().Shutdown();
1019var storage = await _storageService.GetStorageAsync(SolutionKey.ToSolutionKey(solution), CancellationToken.None);
1034_storageService?.GetTestAccessor().Shutdown();
1038var storage = await _storageService.GetStorageAsync(solutionKey, CancellationToken.None);