1 write to Table
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
55Table = table;
5 references to Table
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (5)
100=> this.Table switch 105_ => throw ExceptionUtilities.UnexpectedValue(this.Table), 284return t.connection.ReadDataBlob_MustRunInTransaction(t.database, t.self.Table, t.rowId); 302static t => t.connection.ReadChecksum_MustRunInTransaction(t.database, t.self.Table, t.rowId), 314var storedChecksum = connection.ReadChecksum_MustRunInTransaction(database, Table, rowId);