1 write to Configuration
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
32=> Configuration = configuration;
6 references to Configuration
Microsoft.CodeAnalysis.Workspaces (6)
Storage\AbstractPersistentStorageService.cs (5)
47? new(NoOpPersistentStorage.GetOrThrow(Configuration.ThrowOnFailure)) 63var workingFolder = Configuration.TryGetStorageLocation(solutionKey); 65return NoOpPersistentStorage.GetOrThrow(Configuration.ThrowOnFailure); 111return NoOpPersistentStorage.GetOrThrow(Configuration.ThrowOnFailure); 133if (Configuration.ThrowOnFailure)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
108return new(NoOpPersistentStorage.GetOrThrow(Configuration.ThrowOnFailure));