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