6 references to TableName
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (6)
63
_delete_from_writecache_table = $"delete from {writeCache}.{
TableName
};";
65
$"insert or replace into {Database.Main.GetName()}.{
TableName
} select * from {writeCache}.{
TableName
};";
71
insert or replace into {writeCache}.{
TableName
}
79
select rowid from {database.GetName()}.{
TableName
} where
112
create table if not exists {database.GetName()}.{this.
TableName
}(