1 instantiation of StorageDatabaseLogger
Microsoft.CodeAnalysis.Workspaces (1)
Storage\StorageDatabaseLogger.cs (1)
16private static readonly StorageDatabaseLogger Instance = new();
7 references to StorageDatabaseLogger
Microsoft.CodeAnalysis.Workspaces (7)
Storage\AbstractPersistentStorageService.cs (1)
101StorageDatabaseLogger.LogException(ex);
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
197StorageDatabaseLogger.LogException(ex);
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (3)
102StorageDatabaseLogger.LogException(ex); 159StorageDatabaseLogger.LogException(ex); 193StorageDatabaseLogger.LogException(ex);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
51StorageDatabaseLogger.LogException(e);
Storage\StorageDatabaseLogger.cs (1)
16private static readonly StorageDatabaseLogger Instance = new();