7 references to SQLiteIntegerType
Microsoft.CodeAnalysis.Workspaces (7)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
58
_primaryKeyColumns = primaryKeysArray.ToImmutableArray().Add((DataNameIdColumnName,
SQLiteIntegerType
));
Storage\SQLite\v2\SQLitePersistentStorage_DocumentSerialization.cs (4)
34
(ProjectPathIdColumnName,
SQLiteIntegerType
),
35
(ProjectNameIdColumnName,
SQLiteIntegerType
),
36
(DocumentFolderIdColumnName,
SQLiteIntegerType
),
37
(DocumentNameIdColumnName,
SQLiteIntegerType
))
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (2)
34
(ProjectPathIdColumnName,
SQLiteIntegerType
),
35
(ProjectNameIdColumnName,
SQLiteIntegerType
))