1 write to Table
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
55
Table
= 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
),
284
return t.connection.ReadDataBlob_MustRunInTransaction(t.database, t.self.
Table
, t.rowId);
302
static t => t.connection.ReadChecksum_MustRunInTransaction(t.database, t.self.
Table
, t.rowId),
314
var storedChecksum = connection.ReadChecksum_MustRunInTransaction(database,
Table
, rowId);