1 instantiation of NoOpPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\NoOpPersistentStorageService.cs (1)
14
private static readonly IChecksummedPersistentStorageService Instance = new
NoOpPersistentStorageService
();
3 references to NoOpPersistentStorageService
Microsoft.CodeAnalysis.Workspaces (3)
Storage\PersistentStorageExtensions.cs (3)
27
NoOpPersistentStorageService
.GetOrThrow(configuration),
31
NoOpPersistentStorageService
.GetOrThrow(configuration),
32
_ =>
NoOpPersistentStorageService
.GetOrThrow(configuration),