6 references to Configuration
Microsoft.CodeAnalysis.Workspaces (6)
Storage\AbstractPersistentStorageService.cs (5)
37=> GetStorageAsync(solutionKey, this.Configuration, faultInjector: null, cancellationToken); 46return NoOpPersistentStorage.GetOrThrow(solutionKey, Configuration.ThrowOnFailure); 55return NoOpPersistentStorage.GetOrThrow(solutionKey, Configuration.ThrowOnFailure); 80return NoOpPersistentStorage.GetOrThrow(solutionKey, Configuration.ThrowOnFailure); 103if (Configuration.ThrowOnFailure)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
77return new(NoOpPersistentStorage.GetOrThrow(solutionKey, Configuration.ThrowOnFailure));