2 references to TryGetProjectPrimaryKey
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (1)
38
if (
TryGetProjectPrimaryKey
(connection, documentKey.Project, allowWrite) is not ProjectPrimaryKey projectPrimaryKey ||
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (1)
38
=> Storage.
TryGetProjectPrimaryKey
(connection, projectKey, allowWrite);