8 references to GetName
Microsoft.CodeAnalysis.Workspaces (8)
Storage\SQLite\v2\Interop\SqlConnection.cs (4)
38
private static readonly byte[] s_mainNameWithTrailingZero = GetUtf8BytesWithTrailingZero(Database.Main.
GetName
());
39
private static readonly byte[] s_writeCacheNameWithTrailingZero = GetUtf8BytesWithTrailingZero(Database.WriteCache.
GetName
());
137
? $"attach database '{new Uri(databasePath.Replace("'", "''")).AbsoluteUri}?mode=memory&cache=shared' as {Database.WriteCache.
GetName
()};"
138
: $"attach database 'file::memory:?cache=shared' as {Database.WriteCache.
GetName
()};";
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (4)
61
var writeCache = Database.WriteCache.
GetName
();
65
$"insert or replace into {Database.Main.
GetName
()}.{TableName} select * from {writeCache}.{TableName};";
79
select rowid from {database.
GetName
()}.{TableName} where
112
create table if not exists {database.
GetName
()}.{this.TableName}(