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)
38
(ProjectPathIdColumnName,
SQLiteIntegerType
),
39
(ProjectNameIdColumnName,
SQLiteIntegerType
),
40
(DocumentFolderIdColumnName,
SQLiteIntegerType
),
41
(DocumentNameIdColumnName,
SQLiteIntegerType
))
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (2)
38
(ProjectPathIdColumnName,
SQLiteIntegerType
),
39
(ProjectNameIdColumnName,
SQLiteIntegerType
))