1 implementation of ThrowOnFailure
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (1)
63public bool ThrowOnFailure => false;
6 references to ThrowOnFailure
Microsoft.CodeAnalysis.Workspaces (6)
Storage\AbstractPersistentStorageService.cs (4)
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));
Workspace\Host\PersistentStorage\NoOpPersistentStorageService.cs (1)
21=> configuration.ThrowOnFailure