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};"; 71insert or replace into {writeCache}.{TableName} 79select rowid from {database.GetName()}.{TableName} where 112create table if not exists {database.GetName()}.{this.TableName}(