1 write to _allColumns
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
59
_allColumns
= _primaryKeyColumns.Add((ChecksumColumnName, SQLiteBlobType)).Add((DataColumnName, SQLiteBlobType));
3 references to _allColumns
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (3)
72
({string.Join(",",
_allColumns
.Select(c => c.name))}) values ({string.Join(",",
_allColumns
.Select(n => "?"))})
113
{string.Join(",",
_allColumns
.Select(k => $"{k.name} {k.type} not null"))},