14 references to Table
Microsoft.CodeAnalysis.Workspaces (14)
Storage\SQLite\v2\Interop\SqlConnection.cs (6)
294public Optional<Stream> ReadDataBlob_MustRunInTransaction(Database database, Table table, long rowId) 302public Optional<Checksum> ReadChecksum_MustRunInTransaction(Database database, Table table, long rowId) 360Database database, Table table, Column column, long rowId, 386Table.Solution => s_solutionTableNameWithTrailingZero, 387Table.Project => s_projectTableNameWithTrailingZero, 388Table.Document => s_documentTableNameWithTrailingZero,
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (5)
31protected readonly Table Table; 51Table table, 102Table.Solution => SolutionDataTableName, 103Table.Project => ProjectDataTableName, 104Table.Document => DocumentDataTableName,
Storage\SQLite\v2\SQLitePersistentStorage_DocumentSerialization.cs (1)
32private sealed class DocumentAccessor(SQLitePersistentStorage storage) : Accessor<DocumentKey, DocumentPrimaryKey>(Table.Document,
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (1)
32private sealed class ProjectAccessor(SQLitePersistentStorage storage) : Accessor<ProjectKey, ProjectPrimaryKey>(Table.Project,
Storage\SQLite\v2\SQLitePersistentStorage_SolutionSerialization.cs (1)
33private sealed class SolutionAccessor(SQLitePersistentStorage storage) : Accessor<SolutionKey, SolutionPrimaryKey>(Table.Solution,